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)


17350
17351
17352
17353
17354
17355
17356
# File 'lib/aws-sdk-glue/types.rb', line 17350

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

#statusString

The status of the schema version.

Returns:

  • (String)


17350
17351
17352
17353
17354
17355
17356
# File 'lib/aws-sdk-glue/types.rb', line 17350

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)


17350
17351
17352
17353
17354
17355
17356
# File 'lib/aws-sdk-glue/types.rb', line 17350

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