import * as $dara from '@darabonba/typescript'; export declare class DescribeAccessControlListAttributeRequest extends $dara.Model { /** * @remarks * The ID of the access control policy. * * @example * acl-3nsohdozz0ru8fi5onwz1 */ aclId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }