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)


14419
14420
14421
14422
14423
14424
14425
# File 'lib/aws-sdk-glue/types.rb', line 14419

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

#nameString

The name of the form type.

Returns:

  • (String)


14419
14420
14421
14422
14423
14424
14425
# File 'lib/aws-sdk-glue/types.rb', line 14419

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

#schemaString

The Smithy IDL schema of the form type.

Returns:

  • (String)


14419
14420
14421
14422
14423
14424
14425
# File 'lib/aws-sdk-glue/types.rb', line 14419

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