Module: Aws::MediaLive::Client::_CreateSignalMapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSignalMapResponse]
- 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
1525 |
# File 'sig/client.rbs', line 1525 def arn: () -> ::String |
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1526 |
# File 'sig/client.rbs', line 1526 def cloud_watch_alarm_template_group_ids: () -> ::Array[::String] |
#created_at ⇒ ::Time
1527 |
# File 'sig/client.rbs', line 1527 def created_at: () -> ::Time |
#description ⇒ ::String
1528 |
# File 'sig/client.rbs', line 1528 def description: () -> ::String |
#discovery_entry_point_arn ⇒ ::String
1529 |
# File 'sig/client.rbs', line 1529 def discovery_entry_point_arn: () -> ::String |
#error_message ⇒ ::String
1530 |
# File 'sig/client.rbs', line 1530 def error_message: () -> ::String |
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1531 |
# File 'sig/client.rbs', line 1531 def event_bridge_rule_template_group_ids: () -> ::Array[::String] |
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1532 |
# File 'sig/client.rbs', line 1532 def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource] |
#id ⇒ ::String
1533 |
# File 'sig/client.rbs', line 1533 def id: () -> ::String |
#last_discovered_at ⇒ ::Time
1534 |
# File 'sig/client.rbs', line 1534 def last_discovered_at: () -> ::Time |
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1535 |
# File 'sig/client.rbs', line 1535 def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment |
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1536 |
# File 'sig/client.rbs', line 1536 def media_resource_map: () -> ::Hash[::String, Types::MediaResource] |
#modified_at ⇒ ::Time
1537 |
# File 'sig/client.rbs', line 1537 def modified_at: () -> ::Time |
#monitor_changes_pending_deployment ⇒ Boolean
1538 |
# File 'sig/client.rbs', line 1538 def monitor_changes_pending_deployment: () -> bool |
#monitor_deployment ⇒ Types::MonitorDeployment
1539 |
# File 'sig/client.rbs', line 1539 def monitor_deployment: () -> Types::MonitorDeployment |
#name ⇒ ::String
1540 |
# File 'sig/client.rbs', line 1540 def name: () -> ::String |
#status ⇒ "CREATE_IN_PROGRESS", ...
1541 |
# File 'sig/client.rbs', line 1541 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]
1542 |
# File 'sig/client.rbs', line 1542 def tags: () -> ::Hash[::String, ::String] |