Class: Aws::EKS::Types::UpdatePodIdentityAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdatePodIdentityAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association ⇒ Types::PodIdentityAssociation
The full description of the EKS Pod Identity association that was updated.
Instance Attribute Details
#association ⇒ Types::PodIdentityAssociation
The full description of the EKS Pod Identity association that was updated.
6706 6707 6708 6709 6710 |
# File 'lib/aws-sdk-eks/types.rb', line 6706 class UpdatePodIdentityAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |