Class: Aws::MachineLearning::Types::RDSDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::RDSDatabase
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
The database details of an Amazon RDS database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of a database hosted on an RDS DB instance.
-
#instance_identifier ⇒ String
The ID of an RDS DB instance.
Instance Attribute Details
#database_name ⇒ String
The name of a database hosted on an RDS DB instance.
2966 2967 2968 2969 2970 2971 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2966 class RDSDatabase < Struct.new( :instance_identifier, :database_name) SENSITIVE = [] include Aws::Structure end |
#instance_identifier ⇒ String
The ID of an RDS DB instance.
2966 2967 2968 2969 2970 2971 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2966 class RDSDatabase < Struct.new( :instance_identifier, :database_name) SENSITIVE = [] include Aws::Structure end |