Skip to content

Describe Device Fleet

sagemaker_describe_device_fleet R Documentation

A description of the fleet the device belongs to

Description

A description of the fleet the device belongs to.

Usage

sagemaker_describe_device_fleet(DeviceFleetName)

Arguments

DeviceFleetName

[required] The name of the fleet.

Value

A list with the following syntax:

list(
  DeviceFleetName = "string",
  DeviceFleetArn = "string",
  OutputConfig = list(
    S3OutputLocation = "string",
    KmsKeyId = "string",
    PresetDeploymentType = "GreengrassV2Component",
    PresetDeploymentConfig = "string"
  ),
  Description = "string",
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  LastModifiedTime = as.POSIXct(
    "2015-01-01"
  ),
  RoleArn = "string",
  IotRoleAlias = "string"
)

Request syntax

svc$describe_device_fleet(
  DeviceFleetName = "string"
)