Class: Aws::Types::DescribeNotificationSubscriptionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def marker
  @marker
end

#subscriptions::Array[Types::Subscription]

Returns the value of attribute subscriptions.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

def subscriptions
  @subscriptions
end