Class: Aws::EKS::Types::UpdateEksAnywhereSubscriptionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscriptionTypes::EksAnywhereSubscription

The full description of the updated subscription.



6864
6865
6866
6867
6868
# File 'lib/aws-sdk-eks/types.rb', line 6864

class UpdateEksAnywhereSubscriptionResponse < Struct.new(
  :subscription)
  SENSITIVE = []
  include Aws::Structure
end