Class: Aws::Types::DatabaseOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#database_options ⇒ Types::DatabaseTableOutputOptions

Returns the value of attribute database_options.



213
214
215
# File 'sig/types.rbs', line 213

def database_options
  @database_options
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