Class: Aws::AppSync::Types::GetApiAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetApiAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
2782 2783 2784 2785 2786 |
# File 'lib/aws-sdk-appsync/types.rb', line 2782 class GetApiAssociationRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |