Class: Aws::Types::SnowflakePropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakePropertiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connectivity_properties ⇒ Types::ConnectivityProperties
Returns the value of attribute connectivity_properties.
-
#identity_mapping ⇒ Types::IdentityMapping
Returns the value of attribute identity_mapping.
-
#lineage_sync ⇒ Types::LineageSyncInput
Returns the value of attribute lineage_sync.
-
#snowflake_role ⇒ ::String
Returns the value of attribute snowflake_role.
Instance Attribute Details
#connectivity_properties ⇒ Types::ConnectivityProperties
Returns the value of attribute connectivity_properties.
5758 5759 5760 |
# File 'sig/types.rbs', line 5758 def connectivity_properties @connectivity_properties end |
#identity_mapping ⇒ Types::IdentityMapping
Returns the value of attribute identity_mapping.
5760 5761 5762 |
# File 'sig/types.rbs', line 5760 def identity_mapping @identity_mapping end |
#lineage_sync ⇒ Types::LineageSyncInput
Returns the value of attribute lineage_sync.
5761 5762 5763 |
# File 'sig/types.rbs', line 5761 def lineage_sync @lineage_sync end |
#snowflake_role ⇒ ::String
Returns the value of attribute snowflake_role.
5759 5760 5761 |
# File 'sig/types.rbs', line 5759 def snowflake_role @snowflake_role end |