Class: Aws::Types::CreateEventSubscriptionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


631
632
633
# File 'sig/types.rbs', line 631

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


629
630
631
# File 'sig/types.rbs', line 629

def event_categories
  @event_categories
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def severity
  @severity
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def sns_topic_arn
  @sns_topic_arn
end

#source_ids::Array[::String]

Returns the value of attribute source_ids.

Returns:

  • (::Array[::String])


628
629
630
# File 'sig/types.rbs', line 628

def source_ids
  @source_ids
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def subscription_name
  @subscription_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



632
633
634
# File 'sig/types.rbs', line 632

def tags
  @tags
end