Class: Aws::Schemas::Types::RegistrySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::RegistrySummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#registry_arn ⇒ String
The ARN of the registry.
1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-schemas/types.rb', line 1379 class RegistrySummary < Struct.new( :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
The name of the registry.
1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-schemas/types.rb', line 1379 class RegistrySummary < Struct.new( :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the registry.
1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-schemas/types.rb', line 1379 class RegistrySummary < Struct.new( :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |