Class: Aws::Types::DescribeReservedInstanceOfferingsResponse

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)


927
928
929
# File 'sig/types.rbs', line 927

def next_token
  @next_token
end

#reserved_instance_offerings::Array[Types::ReservedInstanceOffering]

Returns the value of attribute reserved_instance_offerings.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def reserved_instance_offerings
  @reserved_instance_offerings
end