Class: Aws::Glue::Types::UpdateSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_name ⇒ String
The name of the registry that contains the schema.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
-
#schema_name ⇒ String
The name of the schema.
Instance Attribute Details
#registry_name ⇒ String
The name of the registry that contains the schema.
24757 24758 24759 24760 24761 24762 24763 |
# File 'lib/aws-sdk-glue/types.rb', line 24757 class UpdateSchemaResponse < Struct.new( :schema_arn, :schema_name, :registry_name) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
24757 24758 24759 24760 24761 24762 24763 |
# File 'lib/aws-sdk-glue/types.rb', line 24757 class UpdateSchemaResponse < Struct.new( :schema_arn, :schema_name, :registry_name) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema.
24757 24758 24759 24760 24761 24762 24763 |
# File 'lib/aws-sdk-glue/types.rb', line 24757 class UpdateSchemaResponse < Struct.new( :schema_arn, :schema_name, :registry_name) SENSITIVE = [] include Aws::Structure end |