Class: Aws::SageMaker::Types::DescribeDeviceFleetResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Timestamp of when the device fleet was created.

Returns:

  • (Time)


14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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

#descriptionString

A description of the fleet.

Returns:

  • (String)


14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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_arnString

The The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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_nameString

The name of the fleet.

Returns:

  • (String)


14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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_aliasString

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

Returns:

  • (String)


14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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_timeTime

Timestamp of when the device fleet was last updated.

Returns:

  • (Time)


14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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_configTypes::EdgeOutputConfig

The output configuration for storing sampled data.



14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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_arnString

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

Returns:

  • (String)


14305
14306
14307
14308
14309
14310
14311
14312
14313
14314
14315
14316
# File 'lib/aws-sdk-sagemaker/types.rb', line 14305

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