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)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def next_token
  @next_token
end

#reservations::Array[Types::Reservation]

Returns the value of attribute reservations.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def reservations
  @reservations
end