Class: Aws::AppSync::Types::UpdateSourceApiAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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.



4986
4987
4988
4989
4990
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4986

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