Class: Aws::EKS::Types::DescribePodIdentityAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribePodIdentityAssociationRequest
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the association that you want the description of.
-
#cluster_name ⇒ String
The name of the cluster that the association is in.
Instance Attribute Details
#association_id ⇒ String
The ID of the association that you want the description of.
3053 3054 3055 3056 3057 3058 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3053 class DescribePodIdentityAssociationRequest < Struct.new( :cluster_name, :association_id) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the cluster that the association is in.
3053 3054 3055 3056 3057 3058 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3053 class DescribePodIdentityAssociationRequest < Struct.new( :cluster_name, :association_id) SENSITIVE = [] include Aws::Structure end |