Module: Aws::MediaLive::Client::_GetEventBridgeRuleTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventBridgeRuleTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
- #event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
- #group_id ⇒ ::String
- #id ⇒ ::String
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
1630 |
# File 'sig/client.rbs', line 1630 def arn: () -> ::String |
#created_at ⇒ ::Time
1631 |
# File 'sig/client.rbs', line 1631 def created_at: () -> ::Time |
#description ⇒ ::String
1632 |
# File 'sig/client.rbs', line 1632 def description: () -> ::String |
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
1633 |
# File 'sig/client.rbs', line 1633 def event_targets: () -> ::Array[Types::EventBridgeRuleTemplateTarget] |
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
1634 |
# File 'sig/client.rbs', line 1634 def event_type: () -> ("MEDIALIVE_MULTIPLEX_ALERT" | "MEDIALIVE_MULTIPLEX_STATE_CHANGE" | "MEDIALIVE_CHANNEL_ALERT" | "MEDIALIVE_CHANNEL_INPUT_CHANGE" | "MEDIALIVE_CHANNEL_STATE_CHANGE" | "MEDIAPACKAGE_INPUT_NOTIFICATION" | "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION" | "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION" | "SIGNAL_MAP_ACTIVE_ALARM" | "MEDIACONNECT_ALERT" | "MEDIACONNECT_SOURCE_HEALTH" | "MEDIACONNECT_OUTPUT_HEALTH" | "MEDIACONNECT_FLOW_STATUS_CHANGE") |
#group_id ⇒ ::String
1635 |
# File 'sig/client.rbs', line 1635 def group_id: () -> ::String |
#id ⇒ ::String
1636 |
# File 'sig/client.rbs', line 1636 def id: () -> ::String |
#modified_at ⇒ ::Time
1637 |
# File 'sig/client.rbs', line 1637 def modified_at: () -> ::Time |
#name ⇒ ::String
1638 |
# File 'sig/client.rbs', line 1638 def name: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1639 |
# File 'sig/client.rbs', line 1639 def tags: () -> ::Hash[::String, ::String] |