interface CreateSecurityGroupResponse {
    securityGroup?: SecurityGroup;
}

Properties

Properties

securityGroup?: SecurityGroup