Class: Aws::Schemas::Types::CreateRegistryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the registry to be created.

Returns:

  • (String)


168
169
170
171
172
173
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 168

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

#tagsHash<String,String>

Tags to associate with the registry.

Returns:

  • (Hash<String,String>)


168
169
170
171
172
173
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 168

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