Class: Aws::Types::SnowflakeRoleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeRoleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#snowflake_role ⇒ ::String
Returns the value of attribute snowflake_role.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def enabled @enabled end |
#snowflake_role ⇒ ::String
Returns the value of attribute snowflake_role.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def snowflake_role @snowflake_role end |