Class: Aws::Odb::Types::RebootAutonomousDatabaseOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::RebootAutonomousDatabaseOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autonomous_database_id ⇒ String
The unique identifier of the Autonomous Database that was rebooted.
-
#display_name ⇒ String
The user-friendly name of the Autonomous Database.
-
#status ⇒ String
The current status of the Autonomous Database after the reboot operation.
-
#status_reason ⇒ String
Additional information about the status of the Autonomous Database after the reboot operation.
Instance Attribute Details
#autonomous_database_id ⇒ String
The unique identifier of the Autonomous Database that was rebooted.
8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8055 class RebootAutonomousDatabaseOutput < Struct.new( :autonomous_database_id, :display_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The user-friendly name of the Autonomous Database.
8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8055 class RebootAutonomousDatabaseOutput < Struct.new( :autonomous_database_id, :display_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Autonomous Database after the reboot operation.
8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8055 class RebootAutonomousDatabaseOutput < Struct.new( :autonomous_database_id, :display_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the status of the Autonomous Database after the reboot operation.
8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8055 class RebootAutonomousDatabaseOutput < Struct.new( :autonomous_database_id, :display_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |