Class: Aws::Types::CreateEventSubscriptionMessage

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)


216
217
218
# File 'sig/types.rbs', line 216

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


214
215
216
# File 'sig/types.rbs', line 214

def event_categories
  @event_categories
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def sns_topic_arn
  @sns_topic_arn
end

#source_ids::Array[::String]

Returns the value of attribute source_ids.

Returns:

  • (::Array[::String])


215
216
217
# File 'sig/types.rbs', line 215

def source_ids
  @source_ids
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def subscription_name
  @subscription_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def tags
  @tags
end