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)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


1017
1018
1019
# File 'sig/types.rbs', line 1017

def event_categories
  @event_categories
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def sns_topic_arn
  @sns_topic_arn
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def subscription_name
  @subscription_name
end