Class: Aws::Types::NodeConfigurationOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_disk_utilization_percent::Float

Returns the value of attribute estimated_disk_utilization_percent.

Returns:

  • (::Float)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def estimated_disk_utilization_percent
  @estimated_disk_utilization_percent
end

#mode"standard", "high-performance"

Returns the value of attribute mode.

Returns:

  • ("standard", "high-performance")


2217
2218
2219
# File 'sig/types.rbs', line 2217

def mode
  @mode
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def node_type
  @node_type
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def number_of_nodes
  @number_of_nodes
end