Class: Aws::Types::DatabaseTableOutputOptions
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseTableOutputOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#temp_directory ⇒ Types::S3Location
Returns the value of attribute temp_directory.
Instance Attribute Details
#table_name ⇒ ::String
Returns the value of attribute table_name.
220 221 222 |
# File 'sig/types.rbs', line 220 def table_name @table_name end |
#temp_directory ⇒ Types::S3Location
Returns the value of attribute temp_directory.
219 220 221 |
# File 'sig/types.rbs', line 219 def temp_directory @temp_directory end |