Class: Aws::EKS::Types::CreateEksAnywhereSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateEksAnywhereSubscriptionResponse
- 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.
1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-eks/types.rb', line 1754 class CreateEksAnywhereSubscriptionResponse < Struct.new( :subscription) SENSITIVE = [] include Aws::Structure end |