Class: Aws::Types::PurchaseOffering
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOffering
- 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.
-
#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.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def count @count end |
#name ⇒ ::String
Returns the value of attribute name.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def name @name end |
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
2693 2694 2695 |
# File 'sig/types.rbs', line 2693 def renewal_settings @renewal_settings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2694 2695 2696 |
# File 'sig/types.rbs', line 2694 def request_id @request_id end |
#start ⇒ ::String
Returns the value of attribute start.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def start @start end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def @tags end |