Class: Aws::Types::SnowflakeTableReference
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeTableReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_identifier ⇒ ::String
Returns the value of attribute account_identifier.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_schema ⇒ Types::SnowflakeTableSchema
Returns the value of attribute table_schema.
Instance Attribute Details
#account_identifier ⇒ ::String
Returns the value of attribute account_identifier.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def account_identifier @account_identifier end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def database_name @database_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def schema_name @schema_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def secret_arn @secret_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def table_name @table_name end |
#table_schema ⇒ Types::SnowflakeTableSchema
Returns the value of attribute table_schema.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def table_schema @table_schema end |