Class: Aws::Odb::Types::GetAutonomousDatabaseOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetAutonomousDatabaseOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autonomous_database ⇒ Types::AutonomousDatabase
The details of the requested Autonomous Database.
Instance Attribute Details
#autonomous_database ⇒ Types::AutonomousDatabase
The details of the requested Autonomous Database.
6020 6021 6022 6023 6024 |
# File 'lib/aws-sdk-odb/types.rb', line 6020 class GetAutonomousDatabaseOutput < Struct.new( :autonomous_database) SENSITIVE = [] include Aws::Structure end |