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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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.



5890
5891
5892
5893
5894
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5890

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