Class: Aws::AppSync::Types::GetResolverResponse

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 Resolver object.

Returns:



2693
2694
2695
2696
2697
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2693

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