Class: Aws::Types::DataCatalogOutput
- Inherits:
-
Object
- Object
- Aws::Types::DataCatalogOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#database_options ⇒ Types::DatabaseTableOutputOptions
Returns the value of attribute database_options.
-
#overwrite ⇒ Boolean
Returns the value of attribute overwrite.
-
#s3_options ⇒ Types::S3TableOutputOptions
Returns the value of attribute s3_options.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
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.
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 end |
#overwrite ⇒ Boolean
Returns the value of attribute overwrite.
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 end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def table_name @table_name end |