Class: Aws::Types::DatabaseInputDefinition
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseInputDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_table_name ⇒ ::String
Returns the value of attribute database_table_name.
-
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#temp_directory ⇒ Types::S3Location
Returns the value of attribute temp_directory.
Instance Attribute Details
#database_table_name ⇒ ::String
Returns the value of attribute database_table_name.
205 206 207 |
# File 'sig/types.rbs', line 205 def database_table_name @database_table_name end |
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
204 205 206 |
# File 'sig/types.rbs', line 204 def glue_connection_name @glue_connection_name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
207 208 209 |
# File 'sig/types.rbs', line 207 def query_string @query_string end |
#temp_directory ⇒ Types::S3Location
Returns the value of attribute temp_directory.
206 207 208 |
# File 'sig/types.rbs', line 206 def temp_directory @temp_directory end |