Module: Aws::KinesisVideo::Client::_DescribeEdgeConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEdgeConfigurationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #edge_agent_status ⇒ Types::EdgeAgentStatus
- #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
153 |
# File 'sig/client.rbs', line 153
def creation_time: () -> ::Time
|
#edge_agent_status ⇒ Types::EdgeAgentStatus
158 |
# File 'sig/client.rbs', line 158
def edge_agent_status: () -> Types::EdgeAgentStatus
|
#edge_config ⇒ Types::EdgeConfig
157 |
# File 'sig/client.rbs', line 157
def edge_config: () -> Types::EdgeConfig
|
#failed_status_details ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def failed_status_details: () -> ::String
|
#last_updated_time ⇒ ::Time
154 |
# File 'sig/client.rbs', line 154
def last_updated_time: () -> ::Time
|
#stream_arn ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def stream_name: () -> ::String
|
#sync_status ⇒ "SYNCING", ...
155 |
# File 'sig/client.rbs', line 155
def sync_status: () -> ("SYNCING" | "ACKNOWLEDGED" | "IN_SYNC" | "SYNC_FAILED" | "DELETING" | "DELETE_FAILED" | "DELETING_ACKNOWLEDGED")
|