Module: Aws::KinesisVideo::Client::_StartEdgeConfigurationUpdateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartEdgeConfigurationUpdateOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #edge_config ⇒ Types::EdgeConfig
- #failed_status_details ⇒ ::String
- #last_updated_time ⇒ ::Time
- #stream_arn ⇒ ::String
- #stream_name ⇒ ::String
- #sync_status ⇒ "SYNCING", ...
Instance Method Details
#creation_time ⇒ ::Time
349 |
# File 'sig/client.rbs', line 349
def creation_time: () -> ::Time
|
#edge_config ⇒ Types::EdgeConfig
353 |
# File 'sig/client.rbs', line 353
def edge_config: () -> Types::EdgeConfig
|
#failed_status_details ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def failed_status_details: () -> ::String
|
#last_updated_time ⇒ ::Time
350 |
# File 'sig/client.rbs', line 350
def last_updated_time: () -> ::Time
|
#stream_arn ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def stream_name: () -> ::String
|
#sync_status ⇒ "SYNCING", ...
351 |
# File 'sig/client.rbs', line 351
def sync_status: () -> ("SYNCING" | "ACKNOWLEDGED" | "IN_SYNC" | "SYNC_FAILED" | "DELETING" | "DELETE_FAILED" | "DELETING_ACKNOWLEDGED")
|