Class: Aws::AppSync::Types::GetResolverRequest

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

#api_idString

The API ID.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2679

class GetResolverRequest < Struct.new(
  :api_id,
  :type_name,
  :field_name)
  SENSITIVE = []
  include Aws::Structure
end

#field_nameString

The resolver field name.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2679

class GetResolverRequest < Struct.new(
  :api_id,
  :type_name,
  :field_name)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The resolver type name.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2679

class GetResolverRequest < Struct.new(
  :api_id,
  :type_name,
  :field_name)
  SENSITIVE = []
  include Aws::Structure
end