Class: Aws::IoTTwinMaker::Types::ComponentTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ComponentTypeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that contains information about a component type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the component type.
-
#component_type_id ⇒ String
The ID of the component type.
-
#component_type_name ⇒ String
The component type name.
-
#creation_date_time ⇒ Time
The date and time when the component type was created.
-
#description ⇒ String
The description of the component type.
-
#status ⇒ Types::Status
The current status of the component type.
-
#update_date_time ⇒ Time
The date and time when the component type was last updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the component type.
385 386 387 388 389 390 391 392 393 394 395 |
# File '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_id ⇒ String
The ID of the component type.
385 386 387 388 389 390 391 392 393 394 395 |
# File '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_name ⇒ String
The component type name.
385 386 387 388 389 390 391 392 393 394 395 |
# File '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_time ⇒ Time
The date and time when the component type was created.
385 386 387 388 389 390 391 392 393 394 395 |
# File '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 |
#description ⇒ String
The description of the component type.
385 386 387 388 389 390 391 392 393 394 395 |
# File '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 |
#status ⇒ Types::Status
The current status of the component type.
385 386 387 388 389 390 391 392 393 394 395 |
# File '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_time ⇒ Time
The date and time when the component type was last updated.
385 386 387 388 389 390 391 392 393 394 395 |
# File '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 |