Class: Aws::EKS::Types::UpdateEksAnywhereSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateEksAnywhereSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_renew ⇒ Boolean
A boolean indicating whether or not to automatically renew the subscription.
-
#client_request_token ⇒ String
Unique, case-sensitive identifier to ensure the idempotency of the request.
-
#id ⇒ String
The ID of the subscription.
Instance Attribute Details
#auto_renew ⇒ Boolean
A boolean indicating whether or not to automatically renew the subscription.
6447 6448 6449 6450 6451 6452 6453 |
# File 'lib/aws-sdk-eks/types.rb', line 6447 class UpdateEksAnywhereSubscriptionRequest < Struct.new( :id, :auto_renew, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
Unique, case-sensitive identifier to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
6447 6448 6449 6450 6451 6452 6453 |
# File 'lib/aws-sdk-eks/types.rb', line 6447 class UpdateEksAnywhereSubscriptionRequest < Struct.new( :id, :auto_renew, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the subscription.
6447 6448 6449 6450 6451 6452 6453 |
# File 'lib/aws-sdk-eks/types.rb', line 6447 class UpdateEksAnywhereSubscriptionRequest < Struct.new( :id, :auto_renew, :client_request_token) SENSITIVE = [] include Aws::Structure end |