Class: Aws::Glue::Types::SchemaListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchemaListItem
- Defined in:
- gems/aws-sdk-glue/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.
20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20887 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.
20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20887 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.
20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20887 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.
20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20887 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.
20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20887 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.
20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20887 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.
20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20887 class SchemaListItem < Struct.new( :registry_name, :schema_name, :schema_arn, :description, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |