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



6135
6136
6137
6138
6139
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6135

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