Class: Aws::AppSync::Types::DisassociateMergedGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DisassociateMergedGraphqlApiResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_api_association_status ⇒ String
The state of the source API association.
Instance Attribute Details
#source_api_association_status ⇒ String
The state of the source API association.
2200 2201 2202 2203 2204 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2200 class DisassociateMergedGraphqlApiResponse < Struct.new( :source_api_association_status) SENSITIVE = [] include Aws::Structure end |