Class: Aws::MachineLearning::Types::RedshiftDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::RedshiftDatabase
- Defined in:
- gems/aws-sdk-machinelearning/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.
3268 3269 3270 3271 3272 3273 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3268 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.
3268 3269 3270 3271 3272 3273 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3268 class RedshiftDatabase < Struct.new( :database_name, :cluster_identifier) SENSITIVE = [] include Aws::Structure end |