Class: Aws::Glue::Types::CreateRegistryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the registry.

Returns:

  • (String)


5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5258

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

#registry_arnString

The Amazon Resource Name (ARN) of the newly created registry.

Returns:

  • (String)


5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5258

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

#registry_nameString

The name of the registry.

Returns:

  • (String)


5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5258

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

#tagsHash<String,String>

The tags for the registry.

Returns:

  • (Hash<String,String>)


5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5258

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