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

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



8477
8478
8479
8480
8481
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8477

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