class Aws::Amplify::Types::GetDomainAssociationRequest

The request structure for the get domain association request.

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

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/GetDomainAssociationRequest AWS API Documentation

Constants

SENSITIVE