class Aws::Amplify::Types::DeleteDomainAssociationRequest

The request structure for the delete domain association request.

@note When making an API call, you may pass DeleteDomainAssociationRequest

data as a hash:

    {
      app_id: "AppId", # required
      domain_name: "DomainName", # required
    }

@!attribute [rw] app_id

The unique id for an Amplify app.
@return [String]

@!attribute [rw] domain_name

The name of the domain.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteDomainAssociationRequest AWS API Documentation

Constants

SENSITIVE