Class: Aws::EKS::Types::UpdatePodIdentityAssociationResponse

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 association that was updated.

Returns:



8401
8402
8403
8404
8405
# File 'lib/aws-sdk-eks/types.rb', line 8401

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