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)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


1923
1924
1925
# File 'sig/types.rbs', line 1923

def event_categories
  @event_categories
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def sns_topic_arn
  @sns_topic_arn
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


1922
1923
1924
# File 'sig/types.rbs', line 1922

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def subscription_name
  @subscription_name
end