Class: Aws::Schemas::Types::CreateRegistryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CreateRegistryInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the registry to be created.
-
#tags ⇒ Hash<String,String>
Tags to associate with the registry.
Instance Attribute Details
#description ⇒ String
A description of the registry to be created.
168 169 170 171 172 173 |
# File 'lib/aws-sdk-schemas/types.rb', line 168 class CreateRegistryInput < Struct.new( :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to associate with the registry.
168 169 170 171 172 173 |
# File 'lib/aws-sdk-schemas/types.rb', line 168 class CreateRegistryInput < Struct.new( :description, :tags) SENSITIVE = [] include Aws::Structure end |