Class: Aws::Glue::Types::GetRegistryResponse

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

#created_timeString

The date and time the registry was created.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11245

class GetRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :description,
  :status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the registry.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11245

class GetRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :description,
  :status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#registry_arnString

The Amazon Resource Name (ARN) of the registry.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11245

class GetRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :description,
  :status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

The name of the registry.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11245

class GetRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :description,
  :status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the registry.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11245

class GetRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :description,
  :status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timeString

The date and time the registry was updated.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11245

class GetRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :description,
  :status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end