Class: Aws::Types::SnowflakeParameters
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "PASSWORD", ...
Returns the value of attribute authentication_type.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#database_access_control_role ⇒ ::String
Returns the value of attribute database_access_control_role.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#o_auth_parameters ⇒ Types::OAuthParameters
Returns the value of attribute o_auth_parameters.
-
#warehouse ⇒ ::String
Returns the value of attribute warehouse.
Instance Attribute Details
#authentication_type ⇒ "PASSWORD", ...
Returns the value of attribute authentication_type.
10357 10358 10359 |
# File 'sig/types.rbs', line 10357 def authentication_type @authentication_type end |
#database ⇒ ::String
Returns the value of attribute database.
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.
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.
10354 10355 10356 |
# File 'sig/types.rbs', line 10354 def host @host end |
#o_auth_parameters ⇒ Types::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.
10356 10357 10358 |
# File 'sig/types.rbs', line 10356 def warehouse @warehouse end |