Class: Aws::Types::Offer
- Inherits:
-
Object
- Object
- Aws::Types::Offer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
-
#offer_token ⇒ ::String
Returns the value of attribute offer_token.
-
#term_details ⇒ Types::TermDetails
Returns the value of attribute term_details.
Instance Attribute Details
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
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.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def offer_token @offer_token end |
#term_details ⇒ Types::TermDetails
Returns the value of attribute term_details.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def term_details @term_details end |