Class: Aws::Amplify::Types::CreateDomainAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateDomainAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for the create 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.
1108 1109 1110 1111 1112 |
# File 'lib/aws-sdk-amplify/types.rb', line 1108 class CreateDomainAssociationResult < Struct.new( :domain_association) SENSITIVE = [] include Aws::Structure end |