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.
557 558 559 |
# File 'sig/types.rbs', line 557 def auto_renew @auto_renew end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
558 559 560 |
# File 'sig/types.rbs', line 558 def client_request_token @client_request_token end |
#license_quantity ⇒ ::Integer
Returns the value of attribute license_quantity.
555 556 557 |
# File 'sig/types.rbs', line 555 def license_quantity @license_quantity end |
#license_type ⇒ "Cluster"
Returns the value of attribute license_type.
556 557 558 |
# File 'sig/types.rbs', line 556 def license_type @license_type end |
#name ⇒ ::String
Returns the value of attribute name.
553 554 555 |
# File 'sig/types.rbs', line 553 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
559 560 561 |
# File 'sig/types.rbs', line 559 def @tags end |
#term ⇒ Types::EksAnywhereSubscriptionTerm
Returns the value of attribute term.
554 555 556 |
# File 'sig/types.rbs', line 554 def term @term end |