Class: Aws::Types::ListReservationsResponse

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)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def next_token
  @next_token
end

#reservations::Array[Types::Reservation]

Returns the value of attribute reservations.

Returns:



2154
2155
2156
# File 'sig/types.rbs', line 2154

def reservations
  @reservations
end