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)


9583
9584
9585
# File 'sig/types.rbs', line 9583

def cluster_id
  @cluster_id
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


9582
9583
9584
# File 'sig/types.rbs', line 9582

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


9580
9581
9582
# File 'sig/types.rbs', line 9580

def host
  @host
end

#iam_parametersTypes::RedshiftIAMParameters

Returns the value of attribute iam_parameters.



9584
9585
9586
# File 'sig/types.rbs', line 9584

def iam_parameters
  @iam_parameters
end

#identity_center_configurationTypes::IdentityCenterConfiguration

Returns the value of attribute identity_center_configuration.



9585
9586
9587
# File 'sig/types.rbs', line 9585

def identity_center_configuration
  @identity_center_configuration
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


9581
9582
9583
# File 'sig/types.rbs', line 9581

def port
  @port
end