Class: Aws::AppSync::Types::DisassociateMergedGraphqlApiRequest

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

#association_idString

The ID generated by the AppSync service for the source API association.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1829

class DisassociateMergedGraphqlApiRequest < Struct.new(
  :source_api_identifier,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_api_identifierString

The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1829

class DisassociateMergedGraphqlApiRequest < Struct.new(
  :source_api_identifier,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end