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
1681 |
# File 'sig/client.rbs', line 1681
def arn: () -> ::String
|
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1682 |
# File 'sig/client.rbs', line 1682
def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1683 |
# File 'sig/client.rbs', line 1683
def created_at: () -> ::Time
|
#description ⇒ ::String
1684 |
# File 'sig/client.rbs', line 1684
def description: () -> ::String
|
#discovery_entry_point_arn ⇒ ::String
1685 |
# File 'sig/client.rbs', line 1685
def discovery_entry_point_arn: () -> ::String
|
#error_message ⇒ ::String
1686 |
# File 'sig/client.rbs', line 1686
def error_message: () -> ::String
|
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1687 |
# File 'sig/client.rbs', line 1687
def event_bridge_rule_template_group_ids: () -> ::Array[::String]
|
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1688 |
# File 'sig/client.rbs', line 1688
def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#id ⇒ ::String
1689 |
# File 'sig/client.rbs', line 1689
def id: () -> ::String
|
#last_discovered_at ⇒ ::Time
1690 |
# File 'sig/client.rbs', line 1690
def last_discovered_at: () -> ::Time
|
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1691 |
# File 'sig/client.rbs', line 1691
def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
|
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1692 |
# File 'sig/client.rbs', line 1692
def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#modified_at ⇒ ::Time
1693 |
# File 'sig/client.rbs', line 1693
def modified_at: () -> ::Time
|
#monitor_changes_pending_deployment ⇒ Boolean
1694 |
# File 'sig/client.rbs', line 1694
def monitor_changes_pending_deployment: () -> bool
|
#monitor_deployment ⇒ Types::MonitorDeployment
1695 |
# File 'sig/client.rbs', line 1695
def monitor_deployment: () -> Types::MonitorDeployment
|
#name ⇒ ::String
1696 |
# File 'sig/client.rbs', line 1696
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1697 |
# File 'sig/client.rbs', line 1697
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]
1698 |
# File 'sig/client.rbs', line 1698
def tags: () -> ::Hash[::String, ::String]
|