Class: Aws::EKS::Types::DeleteEksAnywhereSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteEksAnywhereSubscriptionRequest
- Defined in:
- gems/aws-sdk-eks/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.
2424 2425 2426 2427 2428 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2424 class DeleteEksAnywhereSubscriptionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |