Class: Aws::AppSync::Types::UpdateTypeResponse

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

#typeTypes::Type

The updated Type object.

Returns:



5025
5026
5027
5028
5029
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5025

class UpdateTypeResponse < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end