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)


6867
6868
6869
# File 'sig/types.rbs', line 6867

def next_token
  @next_token
end

#reserved_instances_offerings::Array[Types::ReservedInstancesOffering]

Returns the value of attribute reserved_instances_offerings.

Returns:



6868
6869
6870
# File 'sig/types.rbs', line 6868

def reserved_instances_offerings
  @reserved_instances_offerings
end