Class: Aws::Glue::Types::SchemaListItem

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

Overview

An object that contains minimal details for a schema.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The date and time that a schema was created.

Returns:

  • (String)


18834
18835
18836
18837
18838
18839
18840
18841
18842
18843
18844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18834

class SchemaListItem < Struct.new(
  :registry_name,
  :schema_name,
  :schema_arn,
  :description,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the schema.

Returns:

  • (String)


18834
18835
18836
18837
18838
18839
18840
18841
18842
18843
18844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18834

class SchemaListItem < Struct.new(
  :registry_name,
  :schema_name,
  :schema_arn,
  :description,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

the name of the registry where the schema resides.

Returns:

  • (String)


18834
18835
18836
18837
18838
18839
18840
18841
18842
18843
18844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18834

class SchemaListItem < Struct.new(
  :registry_name,
  :schema_name,
  :schema_arn,
  :description,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) for the schema.

Returns:

  • (String)


18834
18835
18836
18837
18838
18839
18840
18841
18842
18843
18844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18834

class SchemaListItem < Struct.new(
  :registry_name,
  :schema_name,
  :schema_arn,
  :description,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.

Returns:

  • (String)


18834
18835
18836
18837
18838
18839
18840
18841
18842
18843
18844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18834

class SchemaListItem < Struct.new(
  :registry_name,
  :schema_name,
  :schema_arn,
  :description,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_statusString

The status of the schema.

Returns:

  • (String)


18834
18835
18836
18837
18838
18839
18840
18841
18842
18843
18844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18834

class SchemaListItem < Struct.new(
  :registry_name,
  :schema_name,
  :schema_arn,
  :description,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timeString

The date and time that a schema was updated.

Returns:

  • (String)


18834
18835
18836
18837
18838
18839
18840
18841
18842
18843
18844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18834

class SchemaListItem < Struct.new(
  :registry_name,
  :schema_name,
  :schema_arn,
  :description,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end