Class: Aws::Glue::Types::CreateRegistryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the registry. If description is not provided, there will not be any default value for this.

Returns:

  • (String)


5232
5233
5234
5235
5236
5237
5238
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5232

class CreateRegistryInput < Struct.new(
  :registry_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

Returns:

  • (String)


5232
5233
5234
5235
5236
5237
5238
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5232

class CreateRegistryInput < Struct.new(
  :registry_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.

Returns:

  • (Hash<String,String>)


5232
5233
5234
5235
5236
5237
5238
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5232

class CreateRegistryInput < Struct.new(
  :registry_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end