Class: Aws::EKS::Types::DeleteEksAnywhereSubscriptionResponse

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 subscription to be deleted.



2071
2072
2073
2074
2075
# File 'lib/aws-sdk-eks/types.rb', line 2071

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