Class: Aws::EKS::Types::DescribeEksAnywhereSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeEksAnywhereSubscriptionRequest
- 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.
2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-eks/types.rb', line 2674 class DescribeEksAnywhereSubscriptionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |