class Aws::AppSync::Types::UpdateTypeRequest
@note When making an API call, you may pass UpdateTypeRequest
data as a hash: { api_id: "String", # required type_name: "ResourceName", # required definition: "String", format: "SDL", # required, accepts SDL, JSON }
@!attribute [rw] api_id
The API ID. @return [String]
@!attribute [rw] type_name
The new type name. @return [String]
@!attribute [rw] definition
The new definition. @return [String]
@!attribute [rw] format
The new type format: SDL or JSON. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/UpdateTypeRequest AWS API Documentation
Constants
- SENSITIVE