Class: Aws::EKS::Types::DeleteCapabilityRequest

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

#capability_nameString

The name of the capability to delete.

Returns:

  • (String)


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_nameString

The name of the Amazon EKS cluster that contains the capability you want to delete.

Returns:

  • (String)


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