Class: Aws::AppSync::Types::AssociateApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::AssociateApiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#api_id ⇒ String
The API ID. Private APIs can not be associated with custom domains.
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_name ⇒ String
The domain name.
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 |