Class: Aws::Glue::Types::SchemaVersionListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchemaVersionListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An object containing the details about a schema version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ String
The date and time the schema version was created.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
-
#schema_version_id ⇒ String
The unique identifier of the schema version.
-
#status ⇒ String
The status of the schema version.
-
#version_number ⇒ Integer
The version number of the schema.
Instance Attribute Details
#created_time ⇒ String
The date and time the schema version was created.
20396 20397 20398 20399 20400 20401 20402 20403 20404 |
# File 'lib/aws-sdk-glue/types.rb', line 20396 class SchemaVersionListItem < Struct.new( :schema_arn, :schema_version_id, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
20396 20397 20398 20399 20400 20401 20402 20403 20404 |
# File 'lib/aws-sdk-glue/types.rb', line 20396 class SchemaVersionListItem < Struct.new( :schema_arn, :schema_version_id, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end |
#schema_version_id ⇒ String
The unique identifier of the schema version.
20396 20397 20398 20399 20400 20401 20402 20403 20404 |
# File 'lib/aws-sdk-glue/types.rb', line 20396 class SchemaVersionListItem < Struct.new( :schema_arn, :schema_version_id, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the schema version.
20396 20397 20398 20399 20400 20401 20402 20403 20404 |
# File 'lib/aws-sdk-glue/types.rb', line 20396 class SchemaVersionListItem < Struct.new( :schema_arn, :schema_version_id, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the schema.
20396 20397 20398 20399 20400 20401 20402 20403 20404 |
# File 'lib/aws-sdk-glue/types.rb', line 20396 class SchemaVersionListItem < Struct.new( :schema_arn, :schema_version_id, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end |