Class: Aws::Glue::Types::PutFormTypeResponse

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)


24236
24237
24238
24239
24240
24241
24242
# File 'lib/aws-sdk-glue/types.rb', line 24236

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

#nameString

The name of the form type.

Returns:

  • (String)


24236
24237
24238
24239
24240
24241
24242
# File 'lib/aws-sdk-glue/types.rb', line 24236

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

#schemaString

The Smithy IDL schema of the form type.

Returns:

  • (String)


24236
24237
24238
24239
24240
24241
24242
# File 'lib/aws-sdk-glue/types.rb', line 24236

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