Class: Aws::Types::RedshiftPropertiesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::RedshiftCredentials

Returns the value of attribute credentials.



5140
5141
5142
# File 'sig/types.rbs', line 5140

def credentials
  @credentials
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5137
5138
5139
# File 'sig/types.rbs', line 5137

def database_name
  @database_name
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


5138
5139
5140
# File 'sig/types.rbs', line 5138

def host
  @host
end

#lineage_syncTypes::RedshiftLineageSyncConfigurationInput

Returns the value of attribute lineage_sync.



5141
5142
5143
# File 'sig/types.rbs', line 5141

def lineage_sync
  @lineage_sync
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


5139
5140
5141
# File 'sig/types.rbs', line 5139

def port
  @port
end

#storageTypes::RedshiftStorageProperties

Returns the value of attribute storage.



5136
5137
5138
# File 'sig/types.rbs', line 5136

def storage
  @storage
end