Class: Aws::Types::SnowflakePropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakePropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#identity_mapping ⇒ Types::IdentityMapping
Returns the value of attribute identity_mapping.
-
#lineage_sync ⇒ Types::LineageSyncOutput
Returns the value of attribute lineage_sync.
-
#snowflake_role ⇒ ::String
Returns the value of attribute snowflake_role.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
5770 5771 5772 |
# File 'sig/types.rbs', line 5770 def @error_message end |
#identity_mapping ⇒ Types::IdentityMapping
Returns the value of attribute identity_mapping.
5767 5768 5769 |
# File 'sig/types.rbs', line 5767 def identity_mapping @identity_mapping end |
#lineage_sync ⇒ Types::LineageSyncOutput
Returns the value of attribute lineage_sync.
5768 5769 5770 |
# File 'sig/types.rbs', line 5768 def lineage_sync @lineage_sync end |
#snowflake_role ⇒ ::String
Returns the value of attribute snowflake_role.
5766 5767 5768 |
# File 'sig/types.rbs', line 5766 def snowflake_role @snowflake_role end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
5769 5770 5771 |
# File 'sig/types.rbs', line 5769 def status @status end |