Class: Aws::Types::SnowflakePropertiesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


5770
5771
5772
# File 'sig/types.rbs', line 5770

def error_message
  @error_message
end

#identity_mappingTypes::IdentityMapping

Returns the value of attribute identity_mapping.



5767
5768
5769
# File 'sig/types.rbs', line 5767

def identity_mapping
  @identity_mapping
end

#lineage_syncTypes::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.

Returns:

  • (::String)


5766
5767
5768
# File 'sig/types.rbs', line 5766

def snowflake_role
  @snowflake_role
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED")


5769
5770
5771
# File 'sig/types.rbs', line 5769

def status
  @status
end