Class: Aws::AppSync::Types::DisassociateMergedGraphqlApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DisassociateMergedGraphqlApiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID generated by the AppSync service for the source API association.
-
#source_api_identifier ⇒ String
The identifier of the AppSync Source API.
Instance Attribute Details
#association_id ⇒ String
The ID generated by the AppSync service for the source API association.
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_identifier ⇒ String
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.
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 |