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

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

#typeTypes::Type

The updated ‘Type` object.

Returns:



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

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