Class: Aws::Types::Offer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#offer_id::String

Returns the value of attribute offer_id.

Returns:

  • (::String)


3091
3092
3093
# File 'sig/types.rbs', line 3091

def offer_id
  @offer_id
end

#offer_token::String

Returns the value of attribute offer_token.

Returns:

  • (::String)


3092
3093
3094
# File 'sig/types.rbs', line 3092

def offer_token
  @offer_token
end

#term_detailsTypes::TermDetails

Returns the value of attribute term_details.

Returns:



3093
3094
3095
# File 'sig/types.rbs', line 3093

def term_details
  @term_details
end