Class: Aws::Athena::Types::DeleteDataCatalogOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteDataCatalogOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_catalog ⇒ Types::DataCatalog
Contains information about a data catalog in an Amazon Web Services account.
Instance Attribute Details
#data_catalog ⇒ Types::DataCatalog
Contains information about a data catalog in an Amazon Web Services account.
<note markdown=“1”> In the Athena console, data catalogs are listed as “data sources” on the **Data sources** page under the **Data source name** column.
</note>
1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-athena/types.rb', line 1265 class DeleteDataCatalogOutput < Struct.new( :data_catalog) SENSITIVE = [] include Aws::Structure end |