Module: Aws::MediaLive::Client::_StartUpdateSignalMapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartUpdateSignalMapResponse]
- 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
1833 |
# File 'sig/client.rbs', line 1833
def arn: () -> ::String
|
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1834 |
# File 'sig/client.rbs', line 1834
def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1835 |
# File 'sig/client.rbs', line 1835
def created_at: () -> ::Time
|
#description ⇒ ::String
1836 |
# File 'sig/client.rbs', line 1836
def description: () -> ::String
|
#discovery_entry_point_arn ⇒ ::String
1837 |
# File 'sig/client.rbs', line 1837
def discovery_entry_point_arn: () -> ::String
|
#error_message ⇒ ::String
1838 |
# File 'sig/client.rbs', line 1838
def error_message: () -> ::String
|
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1839 |
# File 'sig/client.rbs', line 1839
def event_bridge_rule_template_group_ids: () -> ::Array[::String]
|
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1840 |
# File 'sig/client.rbs', line 1840
def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#id ⇒ ::String
1841 |
# File 'sig/client.rbs', line 1841
def id: () -> ::String
|
#last_discovered_at ⇒ ::Time
1842 |
# File 'sig/client.rbs', line 1842
def last_discovered_at: () -> ::Time
|
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1843 |
# File 'sig/client.rbs', line 1843
def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
|
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1844 |
# File 'sig/client.rbs', line 1844
def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#modified_at ⇒ ::Time
1845 |
# File 'sig/client.rbs', line 1845
def modified_at: () -> ::Time
|
#monitor_changes_pending_deployment ⇒ Boolean
1846 |
# File 'sig/client.rbs', line 1846
def monitor_changes_pending_deployment: () -> bool
|
#monitor_deployment ⇒ Types::MonitorDeployment
1847 |
# File 'sig/client.rbs', line 1847
def monitor_deployment: () -> Types::MonitorDeployment
|
#name ⇒ ::String
1848 |
# File 'sig/client.rbs', line 1848
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1849 |
# File 'sig/client.rbs', line 1849
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]
1850 |
# File 'sig/client.rbs', line 1850
def tags: () -> ::Hash[::String, ::String]
|