Class: Aws::Glue::Types::GetFormTypeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the form type.

Returns:

  • (String)


14123
14124
14125
14126
14127
14128
14129
# File 'lib/aws-sdk-glue/types.rb', line 14123

class GetFormTypeResponse < Struct.new(
  :id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the form type.

Returns:

  • (String)


14123
14124
14125
14126
14127
14128
14129
# File 'lib/aws-sdk-glue/types.rb', line 14123

class GetFormTypeResponse < Struct.new(
  :id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The Smithy IDL schema of the form type.

Returns:

  • (String)


14123
14124
14125
14126
14127
14128
14129
# File 'lib/aws-sdk-glue/types.rb', line 14123

class GetFormTypeResponse < Struct.new(
  :id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end