Class: Aws::Types::ModifyCurrentDBClusterCapacityMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


2949
2950
2951
# File 'sig/types.rbs', line 2949

def capacity
  @capacity
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


2948
2949
2950
# File 'sig/types.rbs', line 2948

def db_cluster_identifier
  @db_cluster_identifier
end

#seconds_before_timeout::Integer

Returns the value of attribute seconds_before_timeout.

Returns:

  • (::Integer)


2950
2951
2952
# File 'sig/types.rbs', line 2950

def seconds_before_timeout
  @seconds_before_timeout
end

#timeout_action::String

Returns the value of attribute timeout_action.

Returns:

  • (::String)


2951
2952
2953
# File 'sig/types.rbs', line 2951

def timeout_action
  @timeout_action
end