Class: Aws::EKS::Types::DeleteEksAnywhereSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteEksAnywhereSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the subscription.
Instance Attribute Details
#id ⇒ String
The ID of the subscription.
2257 2258 2259 2260 2261 |
# File 'lib/aws-sdk-eks/types.rb', line 2257 class DeleteEksAnywhereSubscriptionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |