Class: Aws::Athena::Types::DataCatalogSummary

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

Overview

The summary information for the data catalog, which includes its name and type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_nameString

The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.

Returns:

  • (String)


997
998
999
1000
1001
1002
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 997

class DataCatalogSummary < Struct.new(
  :catalog_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data catalog type.

Returns:

  • (String)


997
998
999
1000
1001
1002
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 997

class DataCatalogSummary < Struct.new(
  :catalog_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end