Class: Aws::Types::SnowflakeConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password ⇒ ::String
Returns the value of attribute password.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ ::String
Returns the value of attribute password.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def password @password end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def private_key @private_key end |
#username ⇒ ::String
Returns the value of attribute username.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def username @username end |