Class: Aws::Types::EventBridgeRuleTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4053
4054
4055
# File 'sig/types.rbs', line 4053

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4054
4055
4056
# File 'sig/types.rbs', line 4054

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4055
4056
4057
# File 'sig/types.rbs', line 4055

def description
  @description
end

#event_target_count::Integer

Returns the value of attribute event_target_count.

Returns:

  • (::Integer)


4056
4057
4058
# File 'sig/types.rbs', line 4056

def event_target_count
  @event_target_count
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")


4057
4058
4059
# File 'sig/types.rbs', line 4057

def event_type
  @event_type
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


4058
4059
4060
# File 'sig/types.rbs', line 4058

def group_id
  @group_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4059
4060
4061
# File 'sig/types.rbs', line 4059

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


4060
4061
4062
# File 'sig/types.rbs', line 4060

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4061
4062
4063
# File 'sig/types.rbs', line 4061

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


4062
4063
4064
# File 'sig/types.rbs', line 4062

def tags
  @tags
end