Class: Aws::Types::PurchaseOfferingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOfferingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#start ⇒ ::String
Returns the value of attribute start.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def count @count end |
#name ⇒ ::String
Returns the value of attribute name.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def name @name end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def offering_id @offering_id end |
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def renewal_settings @renewal_settings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def request_id @request_id end |
#start ⇒ ::String
Returns the value of attribute start.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def start @start end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def @tags end |