Class: Aws::EKS::Types::DescribePodIdentityAssociationResponse

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.



4425
4426
4427
4428
4429
# File 'lib/aws-sdk-eks/types.rb', line 4425

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