Class: Aws::AppSync::Types::GetApiAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetApiAssociationRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass GetApiAssociationRequest data as a hash:
{
domain_name: "DomainName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
1830 1831 1832 1833 1834 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1830 class GetApiAssociationRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |