Class: Aws::Athena::Types::DataCatalogSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DataCatalogSummary
- Includes:
- Structure
- Defined in:
- 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
-
#catalog_name ⇒ String
The name of the data catalog.
-
#type ⇒ String
The data catalog type.
Instance Attribute Details
#catalog_name ⇒ String
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.
999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-athena/types.rb', line 999 class DataCatalogSummary < Struct.new( :catalog_name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data catalog type.
999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-athena/types.rb', line 999 class DataCatalogSummary < Struct.new( :catalog_name, :type) SENSITIVE = [] include Aws::Structure end |