Class: Aws::MachineLearning::Types::RedshiftDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::RedshiftDatabase
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
Describes the database details required to connect to an Amazon Redshift database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The ID of an Amazon Redshift cluster.
-
#database_name ⇒ String
The name of a database hosted on an Amazon Redshift cluster.
Instance Attribute Details
#cluster_identifier ⇒ String
The ID of an Amazon Redshift cluster.
3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3272 class RedshiftDatabase < Struct.new( :database_name, :cluster_identifier) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of a database hosted on an Amazon Redshift cluster.
3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3272 class RedshiftDatabase < Struct.new( :database_name, :cluster_identifier) SENSITIVE = [] include Aws::Structure end |