Class: Aws::Types::BatchAddClusterNodesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def client_token
  @client_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def cluster_name
  @cluster_name
end

#nodes_to_add::Array[Types::AddClusterNodeSpecification]

Returns the value of attribute nodes_to_add.



806
807
808
# File 'sig/types.rbs', line 806

def nodes_to_add
  @nodes_to_add
end