Class: Aws::Athena::Types::DeleteDataCatalogInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteDataCatalogInput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the data catalog to delete.
Instance Attribute Details
#name ⇒ String
The name of the data catalog to delete.
1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1068 class DeleteDataCatalogInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |