Class: Aws::Schemas::Types::RegistryOutput

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

#descriptionString

The description of the registry.

Returns:

  • (String)


1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1356

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

#registry_arnString

The ARN of the registry.

Returns:

  • (String)


1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1356

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

#registry_nameString

The name of the registry.

Returns:

  • (String)


1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1356

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

#tagsHash<String,String>

Tags associated with the registry.

Returns:

  • (Hash<String,String>)


1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1356

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