Class: Aws::AppSync::Types::CreateResolverResponse

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:



1621
1622
1623
1624
1625
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1621

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