Class: Aws::EKS::Types::CreatePodIdentityAssociationResponse

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 your new association.

The description includes an ID for the association. Use the ID of the association in further actions to manage the association.



1956
1957
1958
1959
1960
# File 'lib/aws-sdk-eks/types.rb', line 1956

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