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

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



1977
1978
1979
1980
1981
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1977

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