Class: Aws::Types::DescribeReservedInstancesOfferingsResult

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)


7050
7051
7052
# File 'sig/types.rbs', line 7050

def next_token
  @next_token
end

#reserved_instances_offerings::Array[Types::ReservedInstancesOffering]

Returns the value of attribute reserved_instances_offerings.

Returns:



7051
7052
7053
# File 'sig/types.rbs', line 7051

def reserved_instances_offerings
  @reserved_instances_offerings
end