Class: Aws::Types::CreateEksAnywhereSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEksAnywhereSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#license_quantity ⇒ ::Integer
Returns the value of attribute license_quantity.
-
#license_type ⇒ "Cluster"
Returns the value of attribute license_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#term ⇒ Types::EksAnywhereSubscriptionTerm
Returns the value of attribute term.
Instance Attribute Details
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
627 628 629 |
# File 'sig/types.rbs', line 627 def auto_renew @auto_renew end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
628 629 630 |
# File 'sig/types.rbs', line 628 def client_request_token @client_request_token end |
#license_quantity ⇒ ::Integer
Returns the value of attribute license_quantity.
625 626 627 |
# File 'sig/types.rbs', line 625 def license_quantity @license_quantity end |
#license_type ⇒ "Cluster"
Returns the value of attribute license_type.
626 627 628 |
# File 'sig/types.rbs', line 626 def license_type @license_type end |
#name ⇒ ::String
Returns the value of attribute name.
623 624 625 |
# File 'sig/types.rbs', line 623 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
629 630 631 |
# File 'sig/types.rbs', line 629 def @tags end |
#term ⇒ Types::EksAnywhereSubscriptionTerm
Returns the value of attribute term.
624 625 626 |
# File 'sig/types.rbs', line 624 def term @term end |