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
1541 |
# File 'sig/client.rbs', line 1541
def arn: () -> ::String
|
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
1542 |
# File 'sig/client.rbs', line 1542
def cloud_watch_alarm_template_group_ids: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1543 |
# File 'sig/client.rbs', line 1543
def created_at: () -> ::Time
|
#description ⇒ ::String
1544 |
# File 'sig/client.rbs', line 1544
def description: () -> ::String
|
#discovery_entry_point_arn ⇒ ::String
1545 |
# File 'sig/client.rbs', line 1545
def discovery_entry_point_arn: () -> ::String
|
#error_message ⇒ ::String
1546 |
# File 'sig/client.rbs', line 1546
def error_message: () -> ::String
|
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
1547 |
# File 'sig/client.rbs', line 1547
def event_bridge_rule_template_group_ids: () -> ::Array[::String]
|
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1548 |
# File 'sig/client.rbs', line 1548
def failed_media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#id ⇒ ::String
1549 |
# File 'sig/client.rbs', line 1549
def id: () -> ::String
|
#last_discovered_at ⇒ ::Time
1550 |
# File 'sig/client.rbs', line 1550
def last_discovered_at: () -> ::Time
|
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
1551 |
# File 'sig/client.rbs', line 1551
def last_successful_monitor_deployment: () -> Types::SuccessfulMonitorDeployment
|
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
1552 |
# File 'sig/client.rbs', line 1552
def media_resource_map: () -> ::Hash[::String, Types::MediaResource]
|
#modified_at ⇒ ::Time
1553 |
# File 'sig/client.rbs', line 1553
def modified_at: () -> ::Time
|
#monitor_changes_pending_deployment ⇒ Boolean
1554 |
# File 'sig/client.rbs', line 1554
def monitor_changes_pending_deployment: () -> bool
|
#monitor_deployment ⇒ Types::MonitorDeployment
1555 |
# File 'sig/client.rbs', line 1555
def monitor_deployment: () -> Types::MonitorDeployment
|
#name ⇒ ::String
1556 |
# File 'sig/client.rbs', line 1556
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1557 |
# File 'sig/client.rbs', line 1557
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]
1558 |
# File 'sig/client.rbs', line 1558
def tags: () -> ::Hash[::String, ::String]
|