Class: Aws::EKS::Types::DeleteEksAnywhereSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteEksAnywhereSubscriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription ⇒ Types::EksAnywhereSubscription
The full description of the subscription to be deleted.
Instance Attribute Details
#subscription ⇒ Types::EksAnywhereSubscription
The full description of the subscription to be deleted.
2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-eks/types.rb', line 2269 class DeleteEksAnywhereSubscriptionResponse < Struct.new( :subscription) SENSITIVE = [] include Aws::Structure end |