Class: Aws::Types::DataCatalogOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id ⇒ ::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def catalog_id
  @catalog_id
end

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def database_name
  @database_name
end

#database_options ⇒ Types::DatabaseTableOutputOptions

Returns the value of attribute database_options.



198
199
200
# File 'sig/types.rbs', line 198

def database_options
  @database_options
end

#overwrite ⇒ Boolean

Returns the value of attribute overwrite.

Returns:

  • (Boolean)


199
200
201
# File 'sig/types.rbs', line 199

def overwrite
  @overwrite
end

#s3_options ⇒ Types::S3TableOutputOptions

Returns the value of attribute s3_options.



197
198
199
# File 'sig/types.rbs', line 197

def s3_options
  @s3_options
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def table_name
  @table_name
end