Class: Aws::EKS::Types::DeregisterClusterRequest

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

#nameString

The name of the connected cluster to deregister.

Returns:

  • (String)


2406
2407
2408
2409
2410
# File 'lib/aws-sdk-eks/types.rb', line 2406

class DeregisterClusterRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end