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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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)


5010
5011
5012
5013
5014
5015
5016
5017
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5010

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

#definitionString

The new definition.

Returns:

  • (String)


5010
5011
5012
5013
5014
5015
5016
5017
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5010

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)


5010
5011
5012
5013
5014
5015
5016
5017
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5010

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

#type_nameString

The new type name.

Returns:

  • (String)


5010
5011
5012
5013
5014
5015
5016
5017
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5010

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