Class: Aws::Types::ListSubscriptionsOutput

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)


128
129
130
# File 'sig/types.rbs', line 128

def next_token
  @next_token
end

#subscription_summaries::Array[Types::SubscriptionSummary]

Returns the value of attribute subscription_summaries.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def subscription_summaries
  @subscription_summaries
end