Class: Aws::Glue::Types::CreateCatalogRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateCatalogRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_input ⇒ Types::CatalogInput
A ‘CatalogInput` object that defines the metadata for the catalog.
-
#name ⇒ String
The name of the catalog to create.
-
#tags ⇒ Hash<String,String>
A map array of key-value pairs, not more than 50 pairs.
Instance Attribute Details
#catalog_input ⇒ Types::CatalogInput
A ‘CatalogInput` object that defines the metadata for the catalog.
4817 4818 4819 4820 4821 4822 4823 |
# File 'lib/aws-sdk-glue/types.rb', line 4817 class CreateCatalogRequest < Struct.new( :name, :catalog_input, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the catalog to create.
4817 4818 4819 4820 4821 4822 4823 |
# File 'lib/aws-sdk-glue/types.rb', line 4817 class CreateCatalogRequest < Struct.new( :name, :catalog_input, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map array of key-value pairs, not more than 50 pairs. Each key is a UTF-8 string, not less than 1 or more than 128 bytes long. Each value is a UTF-8 string, not more than 256 bytes long. The tags you assign to the catalog.
4817 4818 4819 4820 4821 4822 4823 |
# File 'lib/aws-sdk-glue/types.rb', line 4817 class CreateCatalogRequest < Struct.new( :name, :catalog_input, :tags) SENSITIVE = [] include Aws::Structure end |