Class: Aws::Types::ListSubscriptionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def next_token
  @next_token
end

#subscriptions::Array[Types::SubscriptionSummary]

Returns the value of attribute subscriptions.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def subscriptions
  @subscriptions
end