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.
10747 10748 10749 |
# File 'sig/types.rbs', line 10747 def authentication_type @authentication_type end |
#database ⇒ ::String
Returns the value of attribute database.
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.
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.
10744 10745 10746 |
# File 'sig/types.rbs', line 10744 def host @host end |
#o_auth_parameters ⇒ Types::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.
10746 10747 10748 |
# File 'sig/types.rbs', line 10746 def warehouse @warehouse end |