Module: Aws::MediaLive::Client::_StartDeleteMonitorDeploymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartDeleteMonitorDeploymentResponse]
- 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
1778 |
# File 'sig/client.rbs', line 1778
def arn: () -> ::String
|
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1779 |
# File 'sig/client.rbs', line 1779
def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1780 |
# File 'sig/client.rbs', line 1780
def created_at: () -> ::Time
|
#description ⇒ ::String
1781 |
# File 'sig/client.rbs', line 1781
def description: () -> ::String
|
#discovery_entry_point_arn ⇒ ::String
1782 |
# File 'sig/client.rbs', line 1782
def discovery_entry_point_arn: () -> ::String
|
#error_message ⇒ ::String
1783 |
# File 'sig/client.rbs', line 1783
def error_message: () -> ::String
|
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1784 |
# File 'sig/client.rbs', line 1784
def event_bridge_rule_template_group_ids: () -> ::Array[::String]
|
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1785 |
# File 'sig/client.rbs', line 1785
def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#id ⇒ ::String
1786 |
# File 'sig/client.rbs', line 1786
def id: () -> ::String
|
#last_discovered_at ⇒ ::Time
1787 |
# File 'sig/client.rbs', line 1787
def last_discovered_at: () -> ::Time
|
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1788 |
# File 'sig/client.rbs', line 1788
def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
|
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1789 |
# File 'sig/client.rbs', line 1789
def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#modified_at ⇒ ::Time
1790 |
# File 'sig/client.rbs', line 1790
def modified_at: () -> ::Time
|
#monitor_changes_pending_deployment ⇒ Boolean
1791 |
# File 'sig/client.rbs', line 1791
def monitor_changes_pending_deployment: () -> bool
|
#monitor_deployment ⇒ Types::MonitorDeployment
1792 |
# File 'sig/client.rbs', line 1792
def monitor_deployment: () -> Types::MonitorDeployment
|
#name ⇒ ::String
1793 |
# File 'sig/client.rbs', line 1793
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1794 |
# File 'sig/client.rbs', line 1794
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]
1795 |
# File 'sig/client.rbs', line 1795
def tags: () -> ::Hash[::String, ::String]
|