Module: Aws::IoTTwinMaker::Client::_CreateSyncJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSyncJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def arn: () -> ::String
|
#creation_date_time ⇒ ::Time
269 |
# File 'sig/client.rbs', line 269
def creation_date_time: () -> ::Time
|
#state ⇒ "CREATING", ...
270 |
# File 'sig/client.rbs', line 270
def state: () -> ("CREATING" | "INITIALIZING" | "ACTIVE" | "DELETING" | "ERROR")
|