Class: Aws::Glue::Types::SchemaVersionListItem

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

Overview

An object containing the details about a schema version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The date and time the schema version was created.

Returns:

  • (String)


18916
18917
18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18916

class SchemaVersionListItem < Struct.new(
  :schema_arn,
  :schema_version_id,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


18916
18917
18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18916

class SchemaVersionListItem < Struct.new(
  :schema_arn,
  :schema_version_id,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_idString

The unique identifier of the schema version.

Returns:

  • (String)


18916
18917
18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18916

class SchemaVersionListItem < Struct.new(
  :schema_arn,
  :schema_version_id,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the schema version.

Returns:

  • (String)


18916
18917
18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18916

class SchemaVersionListItem < Struct.new(
  :schema_arn,
  :schema_version_id,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the schema.

Returns:

  • (Integer)


18916
18917
18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18916

class SchemaVersionListItem < Struct.new(
  :schema_arn,
  :schema_version_id,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end