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)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def classic
  @classic
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2558
2559
2560
# File 'sig/types.rbs', line 2558

def cluster_identifier
  @cluster_identifier
end

#cluster_type::String

Returns the value of attribute cluster_type.

Returns:

  • (::String)


2559
2560
2561
# File 'sig/types.rbs', line 2559

def cluster_type
  @cluster_type
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2560
2561
2562
# File 'sig/types.rbs', line 2560

def node_type
  @node_type
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


2561
2562
2563
# File 'sig/types.rbs', line 2561

def number_of_nodes
  @number_of_nodes
end

#reserved_node_id::String

Returns the value of attribute reserved_node_id.

Returns:

  • (::String)


2563
2564
2565
# File 'sig/types.rbs', line 2563

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)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def target_reserved_node_offering_id
  @target_reserved_node_offering_id
end