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)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def next_token
  @next_token
end

#offerings::Array[Types::Offering]

Returns the value of attribute offerings.

Returns:



1046
1047
1048
# File 'sig/types.rbs', line 1046

def offerings
  @offerings
end