Class: Aws::EKS::Types::DescribeEksAnywhereSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeEksAnywhereSubscriptionResponse
- 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.
Instance Attribute Details
#subscription ⇒ Types::EksAnywhereSubscription
The full description of the subscription.
2686 2687 2688 2689 2690 |
# File 'lib/aws-sdk-eks/types.rb', line 2686 class DescribeEksAnywhereSubscriptionResponse < Struct.new( :subscription) SENSITIVE = [] include Aws::Structure end |