Class: Aws::Glue::Types::SchemaListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchemaListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An object that contains minimal details for a schema.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ String
The date and time that a schema was created.
-
#description ⇒ String
A description for the schema.
-
#registry_name ⇒ String
the name of the registry where the schema resides.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) for the schema.
-
#schema_name ⇒ String
The name of the schema.
-
#schema_status ⇒ String
The status of the schema.
-
#updated_time ⇒ String
The date and time that a schema was updated.
Instance Attribute Details
#created_time ⇒ String
The date and time that a schema was created.
22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 |
# File 'lib/aws-sdk-glue/types.rb', line 22590 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the schema.
22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 |
# File 'lib/aws-sdk-glue/types.rb', line 22590 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
the name of the registry where the schema resides.
22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 |
# File 'lib/aws-sdk-glue/types.rb', line 22590 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) for the schema.
22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 |
# File 'lib/aws-sdk-glue/types.rb', line 22590 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema.
22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 |
# File 'lib/aws-sdk-glue/types.rb', line 22590 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#schema_status ⇒ String
The status of the schema.
22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 |
# File 'lib/aws-sdk-glue/types.rb', line 22590 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#updated_time ⇒ String
The date and time that a schema was updated.
22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 |
# File 'lib/aws-sdk-glue/types.rb', line 22590 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |