Method: Aws::IoTTwinMaker::Types::ComponentTypeSummary#component_type_id
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
#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 |