Class: Aws::Types::ModifyEventSubscriptionMessage

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)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


2110
2111
2112
# File 'sig/types.rbs', line 2110

def event_categories
  @event_categories
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def severity
  @severity
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def sns_topic_arn
  @sns_topic_arn
end

#source_ids::Array[::String]

Returns the value of attribute source_ids.

Returns:

  • (::Array[::String])


2109
2110
2111
# File 'sig/types.rbs', line 2109

def source_ids
  @source_ids
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def subscription_name
  @subscription_name
end