Class: Aws::IoTTwinMaker::Types::CreateComponentTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateComponentTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the component type.
-
#creation_date_time ⇒ Time
The date and time when the entity was created.
-
#state ⇒ String
The current state of the component type.
Instance Attribute Details
#arn ⇒ String
The ARN of the component type.
630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 630 class CreateComponentTypeResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time when the entity was created.
630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 630 class CreateComponentTypeResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the component type.
630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 630 class CreateComponentTypeResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |