Class: Aws::Types::DatabaseTool
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseTool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_count ⇒ ::Float
Returns the value of attribute compute_count.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#max_idle_time_in_minutes ⇒ ::Integer
Returns the value of attribute max_idle_time_in_minutes.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#compute_count ⇒ ::Float
Returns the value of attribute compute_count.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def compute_count @compute_count end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
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.
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.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def name @name end |