Class: Aws::Types::ListOfferingsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



2130
2131
2132
# File 'sig/types.rbs', line 2130

def next_token
  @next_token
end

#offerings::Array[Types::Offering]

Returns the value of attribute offerings.



2131
2132
2133
# File 'sig/types.rbs', line 2131

def offerings
  @offerings
end