Class: Aws::Neptune::Types::CreateDBInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CreateDBInstanceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_instance ⇒ Types::DBInstance
Contains the details of an Amazon Neptune DB instance.
Instance Attribute Details
#db_instance ⇒ Types::DBInstance
Contains the details of an Amazon Neptune DB instance.
This data type is used as a response element in the DescribeDBInstances action.
1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-neptune/types.rb', line 1509 class CreateDBInstanceResult < Struct.new( :db_instance) SENSITIVE = [] include Aws::Structure end |