Class: Aws::EKS::Types::DescribeEksAnywhereSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeEksAnywhereSubscriptionRequest
- 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.
2908 2909 2910 2911 2912 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2908 class DescribeEksAnywhereSubscriptionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |