Class: Aws::Types::EventSubscriptionsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptions_list::Array[Types::EventSubscription]

Returns the value of attribute event_subscriptions_list.

Returns:



2580
2581
2582
# File 'sig/types.rbs', line 2580

def event_subscriptions_list
  @event_subscriptions_list
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def marker
  @marker
end