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.
22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 |
# File 'lib/aws-sdk-glue/types.rb', line 22537 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.
22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 |
# File 'lib/aws-sdk-glue/types.rb', line 22537 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.
22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 |
# File 'lib/aws-sdk-glue/types.rb', line 22537 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.
22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 |
# File 'lib/aws-sdk-glue/types.rb', line 22537 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.
22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 |
# File 'lib/aws-sdk-glue/types.rb', line 22537 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.
22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 |
# File 'lib/aws-sdk-glue/types.rb', line 22537 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.
22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 |
# File 'lib/aws-sdk-glue/types.rb', line 22537 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |