Class: Aws::SageMaker::Types::DescribeDeviceFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDeviceFleetResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Timestamp of when the device fleet was created.
-
#description ⇒ String
A description of the fleet.
-
#device_fleet_arn ⇒ String
The The Amazon Resource Name (ARN) of the fleet.
-
#device_fleet_name ⇒ String
The name of the fleet.
-
#iot_role_alias ⇒ String
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
-
#last_modified_time ⇒ Time
Timestamp of when the device fleet was last updated.
-
#output_config ⇒ Types::EdgeOutputConfig
The output configuration for storing sampled data.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
Instance Attribute Details
#creation_time ⇒ Time
Timestamp of when the device fleet was created.
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the fleet.
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |
#device_fleet_arn ⇒ String
The The Amazon Resource Name (ARN) of the fleet.
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |
#device_fleet_name ⇒ String
The name of the fleet.
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |
#iot_role_alias ⇒ String
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
Timestamp of when the device fleet was last updated.
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::EdgeOutputConfig
The output configuration for storing sampled data.
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13378 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end |