Class: Aws::MachineLearning::Types::RedshiftDatabase

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_identifierString

The ID of an Amazon Redshift cluster.

Returns:

  • (String)


3272
3273
3274
3275
3276
3277
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3272

class RedshiftDatabase < Struct.new(
  :database_name,
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of a database hosted on an Amazon Redshift cluster.

Returns:

  • (String)


3272
3273
3274
3275
3276
3277
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3272

class RedshiftDatabase < Struct.new(
  :database_name,
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end