Class: Aws::Types::DatabaseOutput
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_options ⇒ Types::DatabaseTableOutputOptions
Returns the value of attribute database_options.
-
#database_output_mode ⇒ "NEW_TABLE"
Returns the value of attribute database_output_mode.
-
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
Instance Attribute Details
#database_options ⇒ Types::DatabaseTableOutputOptions
Returns the value of attribute database_options.
213 214 215 |
# File 'sig/types.rbs', line 213 def end |
#database_output_mode ⇒ "NEW_TABLE"
Returns the value of attribute database_output_mode.
214 215 216 |
# File 'sig/types.rbs', line 214 def database_output_mode @database_output_mode end |
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def glue_connection_name @glue_connection_name end |