Class: Aws::Odb::Types::DatabaseTool
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DatabaseTool
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Information about a database management tool for an Autonomous Database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_count ⇒ Float
The compute capacity allocated to the database management tool.
-
#is_enabled ⇒ Boolean
Indicates whether the database management tool is enabled.
-
#max_idle_time_in_minutes ⇒ Integer
The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.
-
#name ⇒ String
The name of the database management tool.
Instance Attribute Details
#compute_count ⇒ Float
The compute capacity allocated to the database management tool.
4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4860 class DatabaseTool < Struct.new( :is_enabled, :name, :compute_count, :max_idle_time_in_minutes) SENSITIVE = [] include Aws::Structure end |
#is_enabled ⇒ Boolean
Indicates whether the database management tool is enabled.
4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4860 class DatabaseTool < Struct.new( :is_enabled, :name, :compute_count, :max_idle_time_in_minutes) SENSITIVE = [] include Aws::Structure end |
#max_idle_time_in_minutes ⇒ Integer
The maximum amount of time, in minutes, that the database management tool can be idle before it is shut down.
4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4860 class DatabaseTool < Struct.new( :is_enabled, :name, :compute_count, :max_idle_time_in_minutes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the database management tool.
4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4860 class DatabaseTool < Struct.new( :is_enabled, :name, :compute_count, :max_idle_time_in_minutes) SENSITIVE = [] include Aws::Structure end |