Class: Aws::Types::SnowflakeParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"PASSWORD", ...

Returns the value of attribute authentication_type.

Returns:

  • ("PASSWORD", "KEYPAIR", "TOKEN", "X509")


10747
10748
10749
# File 'sig/types.rbs', line 10747

def authentication_type
  @authentication_type
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


10745
10746
10747
# File 'sig/types.rbs', line 10745

def database
  @database
end

#database_access_control_role::String

Returns the value of attribute database_access_control_role.

Returns:

  • (::String)


10748
10749
10750
# File 'sig/types.rbs', line 10748

def database_access_control_role
  @database_access_control_role
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


10744
10745
10746
# File 'sig/types.rbs', line 10744

def host
  @host
end

#o_auth_parametersTypes::OAuthParameters

Returns the value of attribute o_auth_parameters.



10749
10750
10751
# File 'sig/types.rbs', line 10749

def o_auth_parameters
  @o_auth_parameters
end

#warehouse::String

Returns the value of attribute warehouse.

Returns:

  • (::String)


10746
10747
10748
# File 'sig/types.rbs', line 10746

def warehouse
  @warehouse
end