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.
1829 1830 1831 1832 1833 1834 |
# File 'lib/aws-sdk-appsync/types.rb', line 1829 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.
1829 1830 1831 1832 1833 1834 |
# File 'lib/aws-sdk-appsync/types.rb', line 1829 class DisassociateMergedGraphqlApiRequest < Struct.new( :source_api_identifier, :association_id) SENSITIVE = [] include Aws::Structure end |