Class: Aws::AppSync::Types::GetSourceApiAssociationResponse

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_associationTypes::SourceApiAssociation

The ‘SourceApiAssociation` object data.



2759
2760
2761
2762
2763
# File 'lib/aws-sdk-appsync/types.rb', line 2759

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