Class: Aws::Types::CreateEventBridgeRuleTemplateRequestContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3911
3912
3913
# File 'sig/types.rbs', line 3911

def description
  @description
end

#event_targets::Array[Types::EventBridgeRuleTemplateTarget]

Returns the value of attribute event_targets.



3912
3913
3914
# File 'sig/types.rbs', line 3912

def event_targets
  @event_targets
end

#event_type"MEDIALIVE_MULTIPLEX_ALERT", ...

Returns the value of attribute event_type.

Returns:

  • ("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")


3913
3914
3915
# File 'sig/types.rbs', line 3913

def event_type
  @event_type
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


3914
3915
3916
# File 'sig/types.rbs', line 3914

def group_identifier
  @group_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3915
3916
3917
# File 'sig/types.rbs', line 3915

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3917
3918
3919
# File 'sig/types.rbs', line 3917

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3916
3917
3918
# File 'sig/types.rbs', line 3916

def tags
  @tags
end