Class: Aws::Amplify::Types::CreateDomainAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateDomainAssociationResult
- Defined in:
- gems/aws-sdk-amplify/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.
1119 1120 1121 1122 1123 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1119 class CreateDomainAssociationResult < Struct.new( :domain_association) SENSITIVE = [] include Aws::Structure end |