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:



1555
1556
1557
# File 'sig/types.rbs', line 1555

def event_subscriptions_list
  @event_subscriptions_list
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def marker
  @marker
end