ListDomainAssociationsResult constructor

ListDomainAssociationsResult({
  1. required List<DomainAssociation> domainAssociations,
  2. String? nextToken,
})

Implementation

ListDomainAssociationsResult({
  required this.domainAssociations,
  this.nextToken,
});