Class: Aws::EKS::Types::CreatePodIdentityAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreatePodIdentityAssociationResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association ⇒ Types::PodIdentityAssociation
The full description of your new association.
Instance Attribute Details
#association ⇒ Types::PodIdentityAssociation
The full description of your new association.
The description includes an ID for the association. Use the ID of the association in further actions to manage the association.
2255 2256 2257 2258 2259 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2255 class CreatePodIdentityAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |