Class: Aws::AppSync::Types::GetApiAssociationResponse

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

#api_associationTypes::ApiAssociation

The ApiAssociation object.



2837
2838
2839
2840
2841
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2837

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