Class: Aws::Glue::Types::RegisterSchemaVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RegisterSchemaVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_version_id ⇒ String
The unique ID that represents the version of this schema.
-
#status ⇒ String
The status of the schema version.
-
#version_number ⇒ Integer
The version of this schema (for sync flow only, in case this is the first version).
Instance Attribute Details
#schema_version_id ⇒ String
The unique ID that represents the version of this schema.
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 |
#status ⇒ String
The status of the schema version.
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_number ⇒ Integer
The version of this schema (for sync flow only, in case this is the first version).
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 |