Class: Aws::Types::CreateEventBridgeRuleTemplateResponse

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)


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

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#event_targets::Array[Types::EventBridgeRuleTemplateTarget]

Returns the value of attribute event_targets.



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

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


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

def event_type
  @event_type
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


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

def group_id
  @group_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


3919
3920
3921
# File 'sig/types.rbs', line 3919

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3920
3921
3922
# File 'sig/types.rbs', line 3920

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


3921
3922
3923
# File 'sig/types.rbs', line 3921

def tags
  @tags
end