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
1762 |
# File 'sig/client.rbs', line 1762
def arn: () -> ::String
|
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1763 |
# File 'sig/client.rbs', line 1763
def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1764 |
# File 'sig/client.rbs', line 1764
def created_at: () -> ::Time
|
#description ⇒ ::String
1765 |
# File 'sig/client.rbs', line 1765
def description: () -> ::String
|
#discovery_entry_point_arn ⇒ ::String
1766 |
# File 'sig/client.rbs', line 1766
def discovery_entry_point_arn: () -> ::String
|
#error_message ⇒ ::String
1767 |
# File 'sig/client.rbs', line 1767
def error_message: () -> ::String
|
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1768 |
# File 'sig/client.rbs', line 1768
def event_bridge_rule_template_group_ids: () -> ::Array[::String]
|
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1769 |
# File 'sig/client.rbs', line 1769
def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#id ⇒ ::String
1770 |
# File 'sig/client.rbs', line 1770
def id: () -> ::String
|
#last_discovered_at ⇒ ::Time
1771 |
# File 'sig/client.rbs', line 1771
def last_discovered_at: () -> ::Time
|
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1772 |
# File 'sig/client.rbs', line 1772
def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
|
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1773 |
# File 'sig/client.rbs', line 1773
def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#modified_at ⇒ ::Time
1774 |
# File 'sig/client.rbs', line 1774
def modified_at: () -> ::Time
|
#monitor_changes_pending_deployment ⇒ Boolean
1775 |
# File 'sig/client.rbs', line 1775
def monitor_changes_pending_deployment: () -> bool
|
#monitor_deployment ⇒ Types::MonitorDeployment
1776 |
# File 'sig/client.rbs', line 1776
def monitor_deployment: () -> Types::MonitorDeployment
|
#name ⇒ ::String
1777 |
# File 'sig/client.rbs', line 1777
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1778 |
# File 'sig/client.rbs', line 1778
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]
1779 |
# File 'sig/client.rbs', line 1779
def tags: () -> ::Hash[::String, ::String]
|