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)


3228
3229
3230
# File 'sig/types.rbs', line 3228

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


3227
3228
3229
# File 'sig/types.rbs', line 3227

def event_categories
  @event_categories
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


3225
3226
3227
# File 'sig/types.rbs', line 3225

def sns_topic_arn
  @sns_topic_arn
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


3226
3227
3228
# File 'sig/types.rbs', line 3226

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


3224
3225
3226
# File 'sig/types.rbs', line 3224

def subscription_name
  @subscription_name
end