Class: Aws::Schemas::Types::RegistrySummary

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

#registry_arnString

The ARN of the registry.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1379

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

#registry_nameString

The name of the registry.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1379

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

#tagsHash<String,String>

Tags associated with the registry.

Returns:

  • (Hash<String,String>)


1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1379

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