Class: Aws::Schemas::Types::RegistryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::RegistryOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the registry.
-
#registry_arn ⇒ String
The ARN of the registry.
-
#registry_name ⇒ String
The name of the registry.
-
#tags ⇒ Hash<String,String>
Tags associated with the registry.
Instance Attribute Details
#description ⇒ String
The description of the registry.
1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-schemas/types.rb', line 1356 class RegistryOutput < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#registry_arn ⇒ String
The ARN of the registry.
1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-schemas/types.rb', line 1356 class RegistryOutput < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
The name of the registry.
1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-schemas/types.rb', line 1356 class RegistryOutput < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the registry.
1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-schemas/types.rb', line 1356 class RegistryOutput < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |