Class: Aws::Schemas::Types::DescribeRegistryResponse

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

Returns:

  • (String)


504
505
506
507
508
509
510
511
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 504

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

#registry_arnString

Returns:

  • (String)


504
505
506
507
508
509
510
511
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 504

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

#registry_nameString

Returns:

  • (String)


504
505
506
507
508
509
510
511
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 504

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

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


504
505
506
507
508
509
510
511
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 504

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