Class: Aws::Types::ModifyClusterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def cluster_id
  @cluster_id
end

#extended_supportBoolean

Returns the value of attribute extended_support.

Returns:

  • (Boolean)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def extended_support
  @extended_support
end

#step_concurrency_level::Integer

Returns the value of attribute step_concurrency_level.

Returns:

  • (::Integer)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def step_concurrency_level
  @step_concurrency_level
end