Module: Aws::MediaLive::Client::_GetSignalMapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSignalMapResponse]
- 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
1665 |
# File 'sig/client.rbs', line 1665 def arn: () -> ::String |
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1666 |
# File 'sig/client.rbs', line 1666 def cloud_watch_alarm_template_group_ids: () -> ::Array[::String] |
#created_at ⇒ ::Time
1667 |
# File 'sig/client.rbs', line 1667 def created_at: () -> ::Time |
#description ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668 def description: () -> ::String |
#discovery_entry_point_arn ⇒ ::String
1669 |
# File 'sig/client.rbs', line 1669 def discovery_entry_point_arn: () -> ::String |
#error_message ⇒ ::String
1670 |
# File 'sig/client.rbs', line 1670 def error_message: () -> ::String |
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1671 |
# File 'sig/client.rbs', line 1671 def event_bridge_rule_template_group_ids: () -> ::Array[::String] |
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1672 |
# File 'sig/client.rbs', line 1672 def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource] |
#id ⇒ ::String
1673 |
# File 'sig/client.rbs', line 1673 def id: () -> ::String |
#last_discovered_at ⇒ ::Time
1674 |
# File 'sig/client.rbs', line 1674 def last_discovered_at: () -> ::Time |
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1675 |
# File 'sig/client.rbs', line 1675 def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment |
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1676 |
# File 'sig/client.rbs', line 1676 def media_resource_map: () -> ::Hash[::String, Types::MediaResource] |
#modified_at ⇒ ::Time
1677 |
# File 'sig/client.rbs', line 1677 def modified_at: () -> ::Time |
#monitor_changes_pending_deployment ⇒ Boolean
1678 |
# File 'sig/client.rbs', line 1678 def monitor_changes_pending_deployment: () -> bool |
#monitor_deployment ⇒ Types::MonitorDeployment
1679 |
# File 'sig/client.rbs', line 1679 def monitor_deployment: () -> Types::MonitorDeployment |
#name ⇒ ::String
1680 |
# File 'sig/client.rbs', line 1680 def name: () -> ::String |
#status ⇒ "CREATE_IN_PROGRESS", ...
1681 |
# File 'sig/client.rbs', line 1681 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]
1682 |
# File 'sig/client.rbs', line 1682 def tags: () -> ::Hash[::String, ::String] |