Class: Aws::Schemas::Types::CreateRegistryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CreateRegistryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #description ⇒ String
- #registry_name ⇒ String
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
Instance Attribute Details
#description ⇒ String
187 188 189 190 191 192 193 |
# File 'lib/aws-sdk-schemas/types.rb', line 187 class CreateRegistryRequest < Struct.new( :description, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
187 188 189 190 191 192 193 |
# File 'lib/aws-sdk-schemas/types.rb', line 187 class CreateRegistryRequest < Struct.new( :description, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
187 188 189 190 191 192 193 |
# File 'lib/aws-sdk-schemas/types.rb', line 187 class CreateRegistryRequest < Struct.new( :description, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |