Class: Aws::Types::ListReservationsResultModel

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)


2159
2160
2161
# File 'sig/types.rbs', line 2159

def next_token
  @next_token
end

#reservations::Array[Types::Reservation]

Returns the value of attribute reservations.

Returns:



2160
2161
2162
# File 'sig/types.rbs', line 2160

def reservations
  @reservations
end