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
1817 |
# File 'sig/client.rbs', line 1817
def arn: () -> ::String
|
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1818 |
# File 'sig/client.rbs', line 1818
def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1819 |
# File 'sig/client.rbs', line 1819
def created_at: () -> ::Time
|
#description ⇒ ::String
1820 |
# File 'sig/client.rbs', line 1820
def description: () -> ::String
|
#discovery_entry_point_arn ⇒ ::String
1821 |
# File 'sig/client.rbs', line 1821
def discovery_entry_point_arn: () -> ::String
|
#error_message ⇒ ::String
1822 |
# File 'sig/client.rbs', line 1822
def error_message: () -> ::String
|
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1823 |
# File 'sig/client.rbs', line 1823
def event_bridge_rule_template_group_ids: () -> ::Array[::String]
|
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1824 |
# File 'sig/client.rbs', line 1824
def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#id ⇒ ::String
1825 |
# File 'sig/client.rbs', line 1825
def id: () -> ::String
|
#last_discovered_at ⇒ ::Time
1826 |
# File 'sig/client.rbs', line 1826
def last_discovered_at: () -> ::Time
|
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1827 |
# File 'sig/client.rbs', line 1827
def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
|
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1828 |
# File 'sig/client.rbs', line 1828
def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#modified_at ⇒ ::Time
1829 |
# File 'sig/client.rbs', line 1829
def modified_at: () -> ::Time
|
#monitor_changes_pending_deployment ⇒ Boolean
1830 |
# File 'sig/client.rbs', line 1830
def monitor_changes_pending_deployment: () -> bool
|
#monitor_deployment ⇒ Types::MonitorDeployment
1831 |
# File 'sig/client.rbs', line 1831
def monitor_deployment: () -> Types::MonitorDeployment
|
#name ⇒ ::String
1832 |
# File 'sig/client.rbs', line 1832
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1833 |
# File 'sig/client.rbs', line 1833
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]
1834 |
# File 'sig/client.rbs', line 1834
def tags: () -> ::Hash[::String, ::String]
|