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.



2389
2390
2391
2392
2393
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2389

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