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:



5714
5715
5716
5717
5718
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5714

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