Class: Aws::Athena::Types::DeleteDataCatalogInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the data catalog to delete.

Returns:

  • (String)


1064
1065
1066
1067
1068
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1064

class DeleteDataCatalogInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end