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:



1303
1304
1305
1306
1307
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1303

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