Class: Aws::Types::RedshiftParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


9215
9216
9217
# File 'sig/types.rbs', line 9215

def cluster_id
  @cluster_id
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


9214
9215
9216
# File 'sig/types.rbs', line 9214

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


9212
9213
9214
# File 'sig/types.rbs', line 9212

def host
  @host
end

#iam_parametersTypes::RedshiftIAMParameters

Returns the value of attribute iam_parameters.



9216
9217
9218
# File 'sig/types.rbs', line 9216

def iam_parameters
  @iam_parameters
end

#identity_center_configurationTypes::IdentityCenterConfiguration

Returns the value of attribute identity_center_configuration.



9217
9218
9219
# File 'sig/types.rbs', line 9217

def identity_center_configuration
  @identity_center_configuration
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


9213
9214
9215
# File 'sig/types.rbs', line 9213

def port
  @port
end