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)


14136
14137
14138
14139
14140
14141
14142
# File 'lib/aws-sdk-glue/types.rb', line 14136

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

#nameString

The name of the form type.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
# File 'lib/aws-sdk-glue/types.rb', line 14136

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

#schemaString

The Smithy IDL schema of the form type.

Returns:

  • (String)


14136
14137
14138
14139
14140
14141
14142
# File 'lib/aws-sdk-glue/types.rb', line 14136

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