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)


256
257
258
# File 'sig/types.rbs', line 256

def enabled
  @enabled
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


254
255
256
# File 'sig/types.rbs', line 254

def event_categories
  @event_categories
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def sns_topic_arn
  @sns_topic_arn
end

#source_ids::Array[::String]

Returns the value of attribute source_ids.

Returns:

  • (::Array[::String])


255
256
257
# File 'sig/types.rbs', line 255

def source_ids
  @source_ids
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def source_type
  @source_type
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def subscription_name
  @subscription_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def tags
  @tags
end