Class: Aws::Amplify::Types::GetDomainAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetDomainAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for the get domain association request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_association ⇒ Types::DomainAssociation
Describes the structure of a domain association, which associates a custom domain with an Amplify app.
Instance Attribute Details
#domain_association ⇒ Types::DomainAssociation
Describes the structure of a domain association, which associates a custom domain with an Amplify app.
1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-amplify/types.rb', line 1727 class GetDomainAssociationResult < Struct.new( :domain_association) SENSITIVE = [] include Aws::Structure end |