Class: Aws::Types::OrderableClusterOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[Types::AvailabilityZone]

Returns the value of attribute availability_zones.

Returns:



2244
2245
2246
# File 'sig/types.rbs', line 2244

def availability_zones
  @availability_zones
end

#cluster_type::String

Returns the value of attribute cluster_type.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def cluster_type
  @cluster_type
end

#cluster_version::String

Returns the value of attribute cluster_version.

Returns:

  • (::String)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def cluster_version
  @cluster_version
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def node_type
  @node_type
end