Class: Aws::Amplify::Types::DeleteDomainAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DeleteDomainAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_association ⇒ Types::DomainAssociation
Describes the association between a custom domain and an Amplify app.
Instance Attribute Details
#domain_association ⇒ Types::DomainAssociation
Describes the association between a custom domain and an Amplify app.
1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-amplify/types.rb', line 1326 class DeleteDomainAssociationResult < Struct.new( :domain_association) SENSITIVE = [] include Aws::Structure end |