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:



5589
5590
5591
5592
5593
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5589

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