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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2357
2358
2359
2360
2361
# File 'lib/aws-sdk-eks/types.rb', line 2357

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