Class: Aws::Types::DeleteKxClusterNodeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def cluster_name
  @cluster_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def environment_id
  @environment_id
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def node_id
  @node_id
end