Class: Aws::AppSync::Types::AssociateApiRequest

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_idString

The API ID. Private APIs can not be associated with custom domains.

Returns:

  • (String)


425
426
427
428
429
430
# File 'lib/aws-sdk-appsync/types.rb', line 425

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

#domain_nameString

The domain name.

Returns:

  • (String)


425
426
427
428
429
430
# File 'lib/aws-sdk-appsync/types.rb', line 425

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