Class: Aws::AppSync::Types::GetApiAssociationRequest

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

#domain_nameString

The domain name.

Returns:

  • (String)


2377
2378
2379
2380
2381
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2377

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