Module: Aws::MediaLive::Client::_UpdateEventBridgeRuleTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEventBridgeRuleTemplateResponse]
- 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
1905 |
# File 'sig/client.rbs', line 1905
def arn: () -> ::String
|
#created_at ⇒ ::Time
1906 |
# File 'sig/client.rbs', line 1906
def created_at: () -> ::Time
|
#description ⇒ ::String
1907 |
# File 'sig/client.rbs', line 1907
def description: () -> ::String
|
#event_targets ⇒ ::Array[Types::EventBridgeRuleTemplateTarget]
1908 |
# File 'sig/client.rbs', line 1908
def event_targets: () -> ::Array[Types::EventBridgeRuleTemplateTarget]
|
#event_type ⇒ "MEDIALIVE_MULTIPLEX_ALERT", ...
1909 |
# File 'sig/client.rbs', line 1909
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
1910 |
# File 'sig/client.rbs', line 1910
def group_id: () -> ::String
|
#id ⇒ ::String
1911 |
# File 'sig/client.rbs', line 1911
def id: () -> ::String
|
#modified_at ⇒ ::Time
1912 |
# File 'sig/client.rbs', line 1912
def modified_at: () -> ::Time
|
#name ⇒ ::String
1913 |
# File 'sig/client.rbs', line 1913
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1914 |
# File 'sig/client.rbs', line 1914
def tags: () -> ::Hash[::String, ::String]
|