Class: Aws::Types::SnowflakeConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password, :private_key])

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def password
  @password
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def private_key
  @private_key
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def username
  @username
end