Class: Aws::EKS::Types::DeletePodIdentityAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeletePodIdentityAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the association to be deleted.
-
#cluster_name ⇒ String
The cluster name that.
Instance Attribute Details
#association_id ⇒ String
The ID of the association to be deleted.
2343 2344 2345 2346 2347 2348 |
# File 'lib/aws-sdk-eks/types.rb', line 2343 class DeletePodIdentityAssociationRequest < Struct.new( :cluster_name, :association_id) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The cluster name that
2343 2344 2345 2346 2347 2348 |
# File 'lib/aws-sdk-eks/types.rb', line 2343 class DeletePodIdentityAssociationRequest < Struct.new( :cluster_name, :association_id) SENSITIVE = [] include Aws::Structure end |