Class: Aws::Glue::Types::RegisterSchemaVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_version_idString

The unique ID that represents the version of this schema.

Returns:

  • (String)


18629
18630
18631
18632
18633
18634
18635
# File 'lib/aws-sdk-glue/types.rb', line 18629

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

#statusString

The status of the schema version.

Returns:

  • (String)


18629
18630
18631
18632
18633
18634
18635
# File 'lib/aws-sdk-glue/types.rb', line 18629

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

#version_numberInteger

The version of this schema (for sync flow only, in case this is the first version).

Returns:

  • (Integer)


18629
18630
18631
18632
18633
18634
18635
# File 'lib/aws-sdk-glue/types.rb', line 18629

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