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)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


1355
1356
1357
# File 'sig/types.rbs', line 1355

def event_categories
  @event_categories
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def sns_topic_arn
  @sns_topic_arn
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def subscription_name
  @subscription_name
end