Class: Aws::Glue::Types::GetFormTypeRequest

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

#identifierString

The identifier of the form type to retrieve.

Returns:

  • (String)


14103
14104
14105
14106
14107
# File 'lib/aws-sdk-glue/types.rb', line 14103

class GetFormTypeRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end