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.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def count @count end |
#name ⇒ ::String
Returns the value of attribute name.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def name @name end |
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def renewal_settings @renewal_settings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2690 2691 2692 |
# File 'sig/types.rbs', line 2690 def request_id @request_id end |
#start ⇒ ::String
Returns the value of attribute start.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def start @start end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def @tags end |