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

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

#capability_nameString

The name of the capability to describe.

Returns:

  • (String)


3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3525

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)


3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3525

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