Class: Aws::Types::DBClusterCapacityInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_capacity::Integer

Returns the value of attribute current_capacity.

Returns:

  • (::Integer)


980
981
982
# File 'sig/types.rbs', line 980

def current_capacity
  @current_capacity
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def db_cluster_identifier
  @db_cluster_identifier
end

#pending_capacity::Integer

Returns the value of attribute pending_capacity.

Returns:

  • (::Integer)


979
980
981
# File 'sig/types.rbs', line 979

def pending_capacity
  @pending_capacity
end

#seconds_before_timeout::Integer

Returns the value of attribute seconds_before_timeout.

Returns:

  • (::Integer)


981
982
983
# File 'sig/types.rbs', line 981

def seconds_before_timeout
  @seconds_before_timeout
end

#timeout_action::String

Returns the value of attribute timeout_action.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def timeout_action
  @timeout_action
end