Class: Aws::Types::RedshiftPropertiesPatch

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.



5163
5164
5165
# File 'sig/types.rbs', line 5163

def credentials
  @credentials
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5160
5161
5162
# File 'sig/types.rbs', line 5160

def database_name
  @database_name
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


5161
5162
5163
# File 'sig/types.rbs', line 5161

def host
  @host
end

#lineage_syncTypes::RedshiftLineageSyncConfigurationInput

Returns the value of attribute lineage_sync.



5164
5165
5166
# File 'sig/types.rbs', line 5164

def lineage_sync
  @lineage_sync
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


5162
5163
5164
# File 'sig/types.rbs', line 5162

def port
  @port
end

#storageTypes::RedshiftStorageProperties

Returns the value of attribute storage.



5159
5160
5161
# File 'sig/types.rbs', line 5159

def storage
  @storage
end