Class: Aws::Types::ResizeClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classicBoolean

Returns the value of attribute classic.

Returns:

  • (Boolean)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def classic
  @classic
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def cluster_identifier
  @cluster_identifier
end

#cluster_type::String

Returns the value of attribute cluster_type.

Returns:

  • (::String)


2570
2571
2572
# File 'sig/types.rbs', line 2570

def cluster_type
  @cluster_type
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2571
2572
2573
# File 'sig/types.rbs', line 2571

def node_type
  @node_type
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


2572
2573
2574
# File 'sig/types.rbs', line 2572

def number_of_nodes
  @number_of_nodes
end

#reserved_node_id::String

Returns the value of attribute reserved_node_id.

Returns:

  • (::String)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def reserved_node_id
  @reserved_node_id
end

#target_reserved_node_offering_id::String

Returns the value of attribute target_reserved_node_offering_id.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def target_reserved_node_offering_id
  @target_reserved_node_offering_id
end