Class: Aws::EKS::Types::DescribeCapabilityRequest

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 describe.

Returns:

  • (String)


3504
3505
3506
3507
3508
3509
# File 'lib/aws-sdk-eks/types.rb', line 3504

class DescribeCapabilityRequest < 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 describe.

Returns:

  • (String)


3504
3505
3506
3507
3508
3509
# File 'lib/aws-sdk-eks/types.rb', line 3504

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