Class: Aws::EKS::Types::DescribeEksAnywhereSubscriptionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscriptionTypes::EksAnywhereSubscription

The full description of the subscription.



2387
2388
2389
2390
2391
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2387

class DescribeEksAnywhereSubscriptionResponse < Struct.new(
  :subscription)
  SENSITIVE = []
  include Aws::Structure
end