Class: Aws::Types::DatabaseTool

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_count::Float

Returns the value of attribute compute_count.

Returns:

  • (::Float)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def compute_count
  @compute_count
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def is_enabled
  @is_enabled
end

#max_idle_time_in_minutes::Integer

Returns the value of attribute max_idle_time_in_minutes.

Returns:

  • (::Integer)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def max_idle_time_in_minutes
  @max_idle_time_in_minutes
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def name
  @name
end