Class: Aws::Types::ListOfferingsResponse

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)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def next_token
  @next_token
end

#offerings::Array[Types::Offering]

Returns the value of attribute offerings.

Returns:



2128
2129
2130
# File 'sig/types.rbs', line 2128

def offerings
  @offerings
end