Class: Aws::Types::SnowflakePropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakePropertiesPatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connectivity_properties_patch ⇒ Types::ConnectivityPropertiesPatch
Returns the value of attribute connectivity_properties_patch.
-
#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_patch ⇒ Types::ConnectivityPropertiesPatch
Returns the value of attribute connectivity_properties_patch.
5775 5776 5777 |
# File 'sig/types.rbs', line 5775 def connectivity_properties_patch @connectivity_properties_patch end |
#lineage_sync ⇒ Types::LineageSyncInput
Returns the value of attribute lineage_sync.
5777 5778 5779 |
# File 'sig/types.rbs', line 5777 def lineage_sync @lineage_sync end |
#snowflake_role ⇒ ::String
Returns the value of attribute snowflake_role.
5776 5777 5778 |
# File 'sig/types.rbs', line 5776 def snowflake_role @snowflake_role end |