Class: Aws::EKS::Types::DescribePodIdentityAssociationRequest

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

#association_idString

The ID of the association that you want the description of.

Returns:

  • (String)


2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2520

class DescribePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the cluster that the association is in.

Returns:

  • (String)


2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2520

class DescribePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end