Class: Aws::IoTTwinMaker::Types::ComponentTypeSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

An object that contains information about a component type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the component type.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 385

class ComponentTypeSummary < Struct.new(
  :arn,
  :component_type_id,
  :creation_date_time,
  :update_date_time,
  :description,
  :status,
  :component_type_name)
  SENSITIVE = []
  include Aws::Structure
end

#component_type_idString

The ID of the component type.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 385

class ComponentTypeSummary < Struct.new(
  :arn,
  :component_type_id,
  :creation_date_time,
  :update_date_time,
  :description,
  :status,
  :component_type_name)
  SENSITIVE = []
  include Aws::Structure
end

#component_type_nameString

The component type name.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 385

class ComponentTypeSummary < Struct.new(
  :arn,
  :component_type_id,
  :creation_date_time,
  :update_date_time,
  :description,
  :status,
  :component_type_name)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the component type was created.

Returns:

  • (Time)


385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 385

class ComponentTypeSummary < Struct.new(
  :arn,
  :component_type_id,
  :creation_date_time,
  :update_date_time,
  :description,
  :status,
  :component_type_name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the component type.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 385

class ComponentTypeSummary < Struct.new(
  :arn,
  :component_type_id,
  :creation_date_time,
  :update_date_time,
  :description,
  :status,
  :component_type_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::Status

The current status of the component type.

Returns:



385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 385

class ComponentTypeSummary < Struct.new(
  :arn,
  :component_type_id,
  :creation_date_time,
  :update_date_time,
  :description,
  :status,
  :component_type_name)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_timeTime

The date and time when the component type was last updated.

Returns:

  • (Time)


385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 385

class ComponentTypeSummary < Struct.new(
  :arn,
  :component_type_id,
  :creation_date_time,
  :update_date_time,
  :description,
  :status,
  :component_type_name)
  SENSITIVE = []
  include Aws::Structure
end