Class: Aws::Types::UpdateEksAnywhereSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEksAnywhereSubscriptionRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def auto_renew @auto_renew end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def client_request_token @client_request_token end |
#id ⇒ ::String
Returns the value of attribute id.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def id @id end |