Class: Aws::Glue::Types::RegistryListItem

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

Overview

A structure containing the details for a registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The data the registry was created.

Returns:

  • (String)


18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
# File 'lib/aws-sdk-glue/types.rb', line 18068

class RegistryListItem < 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)


18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
# File 'lib/aws-sdk-glue/types.rb', line 18068

class RegistryListItem < 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)


18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
# File 'lib/aws-sdk-glue/types.rb', line 18068

class RegistryListItem < 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)


18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
# File 'lib/aws-sdk-glue/types.rb', line 18068

class RegistryListItem < 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)


18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
# File 'lib/aws-sdk-glue/types.rb', line 18068

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

#updated_timeString

The date the registry was updated.

Returns:

  • (String)


18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
# File 'lib/aws-sdk-glue/types.rb', line 18068

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