Class: Aws::AppSync::Types::UpdateResolverResponse

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

#resolverTypes::Resolver

The updated Resolver object.

Returns:



4942
4943
4944
4945
4946
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4942

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