Class: Aws::AppSync::Types::DisassociateSourceGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DisassociateSourceGraphqlApiResponse
- Includes:
- Structure
- Defined in:
- 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.
2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-appsync/types.rb', line 2231 class DisassociateSourceGraphqlApiResponse < Struct.new( :source_api_association_status) SENSITIVE = [] include Aws::Structure end |