Class: Aws::Types::DatabaseInputDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_table_name ⇒ ::String

Returns the value of attribute database_table_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def temp_directory
  @temp_directory
end