Class: Aws::Schemas::Types::UpdateRegistryResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString



1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-schemas/types.rb', line 1854

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

#registry_arnString



1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-schemas/types.rb', line 1854

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

#registry_nameString



1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-schemas/types.rb', line 1854

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

#tagsHash<String,String>

Key-value pairs associated with a resource.



1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-schemas/types.rb', line 1854

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