Class: Aws::EKS::Types::DeletePodIdentityAssociationRequest

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 to be deleted.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2051

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

#cluster_nameString

The cluster name that

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2051

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