Class: Aws::EKS::Types::DeleteCapabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteCapabilityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_name ⇒ String
The name of the capability to delete.
-
#cluster_name ⇒ String
The name of the Amazon EKS cluster that contains the capability you want to delete.
Instance Attribute Details
#capability_name ⇒ String
The name of the capability to delete.
3056 3057 3058 3059 3060 3061 |
# File 'lib/aws-sdk-eks/types.rb', line 3056 class DeleteCapabilityRequest < Struct.new( :cluster_name, :capability_name) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the Amazon EKS cluster that contains the capability you want to delete.
3056 3057 3058 3059 3060 3061 |
# File 'lib/aws-sdk-eks/types.rb', line 3056 class DeleteCapabilityRequest < Struct.new( :cluster_name, :capability_name) SENSITIVE = [] include Aws::Structure end |