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

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_idString

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

Returns:

  • (String)


358
359
360
361
362
363
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 358

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

#domain_nameString

The domain name.

Returns:

  • (String)


358
359
360
361
362
363
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 358

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