Class: Aws::Schemas::Types::CreateRegistryRequest

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

Returns:

  • (String)


187
188
189
190
191
192
193
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 187

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

#registry_nameString

Returns:

  • (String)


187
188
189
190
191
192
193
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 187

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

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


187
188
189
190
191
192
193
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 187

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