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)


5031
5032
5033
5034
5035
5036
5037
5038
# File 'lib/aws-sdk-appsync/types.rb', line 5031

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

#definitionString

The new definition.

Returns:

  • (String)


5031
5032
5033
5034
5035
5036
5037
5038
# File 'lib/aws-sdk-appsync/types.rb', line 5031

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)


5031
5032
5033
5034
5035
5036
5037
5038
# File 'lib/aws-sdk-appsync/types.rb', line 5031

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

#type_nameString

The new type name.

Returns:

  • (String)


5031
5032
5033
5034
5035
5036
5037
5038
# File 'lib/aws-sdk-appsync/types.rb', line 5031

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