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")


10357
10358
10359
# File 'sig/types.rbs', line 10357

def authentication_type
  @authentication_type
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


10355
10356
10357
# File 'sig/types.rbs', line 10355

def database
  @database
end

#database_access_control_role::String

Returns the value of attribute database_access_control_role.

Returns:

  • (::String)


10358
10359
10360
# File 'sig/types.rbs', line 10358

def database_access_control_role
  @database_access_control_role
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


10354
10355
10356
# File 'sig/types.rbs', line 10354

def host
  @host
end

#o_auth_parametersTypes::OAuthParameters

Returns the value of attribute o_auth_parameters.



10359
10360
10361
# File 'sig/types.rbs', line 10359

def o_auth_parameters
  @o_auth_parameters
end

#warehouse::String

Returns the value of attribute warehouse.

Returns:

  • (::String)


10356
10357
10358
# File 'sig/types.rbs', line 10356

def warehouse
  @warehouse
end