Class: Aws::EKS::Types::DeletePodIdentityAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeletePodIdentityAssociationResponse
- 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 deleted.
Instance Attribute Details
#association ⇒ Types::PodIdentityAssociation
The full description of the EKS Pod Identity association that was deleted.
2216 2217 2218 2219 2220 |
# File 'lib/aws-sdk-eks/types.rb', line 2216 class DeletePodIdentityAssociationResponse < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |