Class: Aws::AppSync::Types::UpdateTypeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


5651
5652
5653
5654
5655
5656
5657
5658
# File 'lib/aws-sdk-appsync/types.rb', line 5651

class UpdateTypeRequest < Struct.new(
  :api_id,
  :type_name,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#definitionString

The new definition.

Returns:

  • (String)


5651
5652
5653
5654
5655
5656
5657
5658
# File 'lib/aws-sdk-appsync/types.rb', line 5651

class UpdateTypeRequest < Struct.new(
  :api_id,
  :type_name,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The new type format: SDL or JSON.

Returns:

  • (String)


5651
5652
5653
5654
5655
5656
5657
5658
# File 'lib/aws-sdk-appsync/types.rb', line 5651

class UpdateTypeRequest < Struct.new(
  :api_id,
  :type_name,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The new type name.

Returns:

  • (String)


5651
5652
5653
5654
5655
5656
5657
5658
# File 'lib/aws-sdk-appsync/types.rb', line 5651

class UpdateTypeRequest < Struct.new(
  :api_id,
  :type_name,
  :definition,
  :format)
  SENSITIVE = []
  include Aws::Structure
end