Class: Aws::AppSync::Types::AssociateApiResponse

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

#api_associationTypes::ApiAssociation

The ‘ApiAssociation` object.



371
372
373
374
375
# File 'lib/aws-sdk-appsync/types.rb', line 371

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