Module: Aws::MediaLive::Client::_StartMonitorDeploymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartMonitorDeploymentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #discovery_entry_point_arn ⇒ ::String
- #error_message ⇒ ::String
- #event_bridge_rule_template_group_ids ⇒ ::Array[::String]
- #failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
- #id ⇒ ::String
- #last_discovered_at ⇒ ::Time
- #last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
- #media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
- #modified_at ⇒ ::Time
- #monitor_changes_pending_deployment ⇒ Boolean
- #monitor_deployment ⇒ Types::MonitorDeployment
- #name ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
1805 |
# File 'sig/client.rbs', line 1805
def arn: () -> ::String
|
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1806 |
# File 'sig/client.rbs', line 1806
def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1807 |
# File 'sig/client.rbs', line 1807
def created_at: () -> ::Time
|
#description ⇒ ::String
1808 |
# File 'sig/client.rbs', line 1808
def description: () -> ::String
|
#discovery_entry_point_arn ⇒ ::String
1809 |
# File 'sig/client.rbs', line 1809
def discovery_entry_point_arn: () -> ::String
|
#error_message ⇒ ::String
1810 |
# File 'sig/client.rbs', line 1810
def error_message: () -> ::String
|
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1811 |
# File 'sig/client.rbs', line 1811
def event_bridge_rule_template_group_ids: () -> ::Array[::String]
|
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1812 |
# File 'sig/client.rbs', line 1812
def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#id ⇒ ::String
1813 |
# File 'sig/client.rbs', line 1813
def id: () -> ::String
|
#last_discovered_at ⇒ ::Time
1814 |
# File 'sig/client.rbs', line 1814
def last_discovered_at: () -> ::Time
|
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1815 |
# File 'sig/client.rbs', line 1815
def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
|
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1816 |
# File 'sig/client.rbs', line 1816
def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#modified_at ⇒ ::Time
1817 |
# File 'sig/client.rbs', line 1817
def modified_at: () -> ::Time
|
#monitor_changes_pending_deployment ⇒ Boolean
1818 |
# File 'sig/client.rbs', line 1818
def monitor_changes_pending_deployment: () -> bool
|
#monitor_deployment ⇒ Types::MonitorDeployment
1819 |
# File 'sig/client.rbs', line 1819
def monitor_deployment: () -> Types::MonitorDeployment
|
#name ⇒ ::String
1820 |
# File 'sig/client.rbs', line 1820
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1821 |
# File 'sig/client.rbs', line 1821
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_REVERTED" | "UPDATE_FAILED" | "READY" | "NOT_READY")
|
#tags ⇒ ::Hash[::String, ::String]
1822 |
# File 'sig/client.rbs', line 1822
def tags: () -> ::Hash[::String, ::String]
|