Module: Aws::IoTTwinMaker::Client::_CreateEntityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEntityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def arn: () -> ::String
|
#creation_date_time ⇒ ::Time
154 |
# File 'sig/client.rbs', line 154
def creation_date_time: () -> ::Time
|
#entity_id ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def entity_id: () -> ::String
|
#state ⇒ "CREATING", ...
155 |
# File 'sig/client.rbs', line 155
def state: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
|