Module: Aws::IoTTwinMaker::Client::_GetComponentTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetComponentTypeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #component_type_id ⇒ ::String
- #component_type_name ⇒ ::String
- #composite_component_types ⇒ ::Hash[::String, Types::CompositeComponentTypeResponse]
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #extends_from ⇒ ::Array[::String]
- #functions ⇒ ::Hash[::String, Types::FunctionResponse]
- #is_abstract ⇒ Boolean
- #is_schema_initialized ⇒ Boolean
- #is_singleton ⇒ Boolean
- #property_definitions ⇒ ::Hash[::String, Types::PropertyDefinitionResponse]
- #property_groups ⇒ ::Hash[::String, Types::PropertyGroupResponse]
- #status ⇒ Types::Status
- #sync_source ⇒ ::String
- #update_date_time ⇒ ::Time
- #workspace_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def arn: () -> ::String
|
#component_type_id ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def component_type_id: () -> ::String
|
#component_type_name ⇒ ::String
382 |
# File 'sig/client.rbs', line 382
def component_type_name: () -> ::String
|
#composite_component_types ⇒ ::Hash[::String, Types::CompositeComponentTypeResponse]
383 |
# File 'sig/client.rbs', line 383
def composite_component_types: () -> ::Hash[::String, Types::CompositeComponentTypeResponse]
|
#creation_date_time ⇒ ::Time
374 |
# File 'sig/client.rbs', line 374
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def description: () -> ::String
|
#extends_from ⇒ ::Array[::String]
372 |
# File 'sig/client.rbs', line 372
def extends_from: () -> ::Array[::String]
|
#functions ⇒ ::Hash[::String, Types::FunctionResponse]
373 |
# File 'sig/client.rbs', line 373
def functions: () -> ::Hash[::String, Types::FunctionResponse]
|
#is_abstract ⇒ Boolean
377 |
# File 'sig/client.rbs', line 377
def is_abstract: () -> bool
|
#is_schema_initialized ⇒ Boolean
378 |
# File 'sig/client.rbs', line 378
def is_schema_initialized: () -> bool
|
#is_singleton ⇒ Boolean
368 |
# File 'sig/client.rbs', line 368
def is_singleton: () -> bool
|
#property_definitions ⇒ ::Hash[::String, Types::PropertyDefinitionResponse]
371 |
# File 'sig/client.rbs', line 371
def property_definitions: () -> ::Hash[::String, Types::PropertyDefinitionResponse]
|
#property_groups ⇒ ::Hash[::String, Types::PropertyGroupResponse]
380 |
# File 'sig/client.rbs', line 380
def property_groups: () -> ::Hash[::String, Types::PropertyGroupResponse]
|
#sync_source ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def sync_source: () -> ::String
|
#update_date_time ⇒ ::Time
375 |
# File 'sig/client.rbs', line 375
def update_date_time: () -> ::Time
|
#workspace_id ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def workspace_id: () -> ::String
|