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
1789 |
# File 'sig/client.rbs', line 1789 def arn: () -> ::String |
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1790 |
# File 'sig/client.rbs', line 1790 def cloud_watch_alarm_template_group_ids: () -> ::Array[::String] |
#created_at ⇒ ::Time
1791 |
# File 'sig/client.rbs', line 1791 def created_at: () -> ::Time |
#description ⇒ ::String
1792 |
# File 'sig/client.rbs', line 1792 def description: () -> ::String |
#discovery_entry_point_arn ⇒ ::String
1793 |
# File 'sig/client.rbs', line 1793 def discovery_entry_point_arn: () -> ::String |
#error_message ⇒ ::String
1794 |
# File 'sig/client.rbs', line 1794 def error_message: () -> ::String |
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1795 |
# File 'sig/client.rbs', line 1795 def event_bridge_rule_template_group_ids: () -> ::Array[::String] |
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1796 |
# File 'sig/client.rbs', line 1796 def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource] |
#id ⇒ ::String
1797 |
# File 'sig/client.rbs', line 1797 def id: () -> ::String |
#last_discovered_at ⇒ ::Time
1798 |
# File 'sig/client.rbs', line 1798 def last_discovered_at: () -> ::Time |
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1799 |
# File 'sig/client.rbs', line 1799 def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment |
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1800 |
# File 'sig/client.rbs', line 1800 def media_resource_map: () -> ::Hash[::String, Types::MediaResource] |
#modified_at ⇒ ::Time
1801 |
# File 'sig/client.rbs', line 1801 def modified_at: () -> ::Time |
#monitor_changes_pending_deployment ⇒ Boolean
1802 |
# File 'sig/client.rbs', line 1802 def monitor_changes_pending_deployment: () -> bool |
#monitor_deployment ⇒ Types::MonitorDeployment
1803 |
# File 'sig/client.rbs', line 1803 def monitor_deployment: () -> Types::MonitorDeployment |
#name ⇒ ::String
1804 |
# File 'sig/client.rbs', line 1804 def name: () -> ::String |
#status ⇒ "CREATE_IN_PROGRESS", ...
1805 |
# File 'sig/client.rbs', line 1805 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]
1806 |
# File 'sig/client.rbs', line 1806 def tags: () -> ::Hash[::String, ::String] |