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.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def account_identifier @account_identifier end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def database_name @database_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def schema_name @schema_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def secret_arn @secret_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def table_name @table_name end |
#table_schema ⇒ Types::SnowflakeTableSchema
Returns the value of attribute table_schema.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def table_schema @table_schema end |