Module: Aws::IoTTwinMaker::Client::_UpdateComponentTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateComponentTypeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
749 |
# File 'sig/client.rbs', line 749
def arn: () -> ::String
|
#component_type_id ⇒ ::String
750 |
# File 'sig/client.rbs', line 750
def component_type_id: () -> ::String
|
#state ⇒ "CREATING", ...
751 |
# File 'sig/client.rbs', line 751
def state: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
|
#workspace_id ⇒ ::String
748 |
# File 'sig/client.rbs', line 748
def workspace_id: () -> ::String
|