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:



5586
5587
5588
5589
5590
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5586

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