Class: Aws::Glue::Types::FormTypeItem

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

Overview

A summary of a form type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the form type.

Returns:

  • (String)


12466
12467
12468
12469
12470
12471
# File 'lib/aws-sdk-glue/types.rb', line 12466

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

#nameString

The name of the form type.

Returns:

  • (String)


12466
12467
12468
12469
12470
12471
# File 'lib/aws-sdk-glue/types.rb', line 12466

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