Class: Aws::EKS::Types::DeletePodIdentityAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::PodIdentityAssociation

The full description of the EKS Pod Identity association that was deleted.



2065
2066
2067
2068
2069
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2065

class DeletePodIdentityAssociationResponse < Struct.new(
  :association)
  SENSITIVE = []
  include Aws::Structure
end