Class: Aws::Types::DescribeReservedNodesOfferingsResponse

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)


489
490
491
# File 'sig/types.rbs', line 489

def next_token
  @next_token
end

#reserved_nodes_offerings ⇒ ::Array[Types::ReservedNodesOffering]

Returns the value of attribute reserved_nodes_offerings.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def reserved_nodes_offerings
  @reserved_nodes_offerings
end