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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2184
2185
2186
2187
2188
2189
# File 'lib/aws-sdk-appsync/types.rb', line 2184

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)


2184
2185
2186
2187
2188
2189
# File 'lib/aws-sdk-appsync/types.rb', line 2184

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