Class: Aws::Glue::Types::DeleteSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema being deleted.
-
#schema_name ⇒ String
The name of the schema being deleted.
-
#status ⇒ String
The status of the schema.
Instance Attribute Details
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema being deleted.
7910 7911 7912 7913 7914 7915 7916 |
# File 'lib/aws-sdk-glue/types.rb', line 7910 class DeleteSchemaResponse < Struct.new( :schema_arn, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema being deleted.
7910 7911 7912 7913 7914 7915 7916 |
# File 'lib/aws-sdk-glue/types.rb', line 7910 class DeleteSchemaResponse < Struct.new( :schema_arn, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the schema.
7910 7911 7912 7913 7914 7915 7916 |
# File 'lib/aws-sdk-glue/types.rb', line 7910 class DeleteSchemaResponse < Struct.new( :schema_arn, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |