Class: Aws::AppSync::Types::DisassociateMergedGraphqlApiResponse

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

#source_api_association_statusString

The state of the source API association.

Returns:

  • (String)


1842
1843
1844
1845
1846
# File 'lib/aws-sdk-appsync/types.rb', line 1842

class DisassociateMergedGraphqlApiResponse < Struct.new(
  :source_api_association_status)
  SENSITIVE = []
  include Aws::Structure
end