Class: Aws::Glue::Types::PutFormTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PutFormTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the form type.
-
#name ⇒ String
The name of the form type.
-
#schema ⇒ String
The Smithy IDL schema of the form type.
Instance Attribute Details
#id ⇒ String
The identifier of the form type.
24943 24944 24945 24946 24947 24948 24949 |
# File 'lib/aws-sdk-glue/types.rb', line 24943 class PutFormTypeResponse < Struct.new( :id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the form type.
24943 24944 24945 24946 24947 24948 24949 |
# File 'lib/aws-sdk-glue/types.rb', line 24943 class PutFormTypeResponse < Struct.new( :id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The Smithy IDL schema of the form type.
24943 24944 24945 24946 24947 24948 24949 |
# File 'lib/aws-sdk-glue/types.rb', line 24943 class PutFormTypeResponse < Struct.new( :id, :name, :schema) SENSITIVE = [] include Aws::Structure end |