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)


12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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)


12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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)


12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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)


12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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)


12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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)


12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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.



12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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)


12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
# File 'lib/aws-sdk-sagemaker/types.rb', line 12541

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